aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-09-26 00:01:17 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-09-26 00:01:17 (GMT)
commit4018d088183bd77a2f8b6a775d05e849be3ffa75 (patch)
tree1bc1689cb7ef56a839a5b76587fbff591948aa36 /data
parentacd690ff653d83e4a24f88445526449d345f81bd (diff)
downloadfluxbox-4018d088183bd77a2f8b6a775d05e849be3ffa75.zip
fluxbox-4018d088183bd77a2f8b6a775d05e849be3ffa75.tar.bz2
add some more default keybindings
Diffstat (limited to 'data')
-rw-r--r--data/keys29
1 files changed, 24 insertions, 5 deletions
diff --git a/data/keys b/data/keys
index 2652e93..28519b9 100644
--- a/data/keys
+++ b/data/keys
@@ -7,20 +7,26 @@ OnDesktop Mouse3 :RootMenu
7OnDesktop Mouse4 :PrevWorkspace 7OnDesktop Mouse4 :PrevWorkspace
8OnDesktop Mouse5 :NextWorkspace 8OnDesktop Mouse5 :NextWorkspace
9 9
10# scroll on the toolbar to change workspaces 10# scroll on the toolbar to change current window
11OnToolbar Mouse4 :PrevWorkspace 11OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
12OnToolbar Mouse5 :NextWorkspace 12OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
13 13
14# alt + left/right click to move/resize a window 14# alt + left/right click to move/resize a window
15OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} 15OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
16OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} 16OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
17 17
18# middle click a window's titlebar and drag to attach windows 18# alt + middle click to lower the window
19OnTitlebar Mouse2 :StartTabbing 19OnWindow Mod1 Mouse2 :Lower
20
21# control-click a window's titlebar and drag to attach windows
22OnTitlebar Control Mouse1 :StartTabbing
20 23
21# double click on the titlebar to shade 24# double click on the titlebar to shade
22OnTitlebar Double Mouse1 :Shade 25OnTitlebar Double Mouse1 :Shade
23 26
27# middle click on the titlebar to lower
28OnTitlebar Mouse2 :Lower
29
24# right click on the titlebar for a menu of options 30# right click on the titlebar for a menu of options
25OnTitlebar Mouse3 :WindowMenu 31OnTitlebar Mouse3 :WindowMenu
26 32
@@ -57,6 +63,7 @@ Mod1 F2 :Exec fbrun
57 63
58# current window commands 64# current window commands
59Mod1 F4 :Close 65Mod1 F4 :Close
66Mod1 F5 :Kill
60Mod1 F9 :Minimize 67Mod1 F9 :Minimize
61Mod1 F10 :Maximize 68Mod1 F10 :Maximize
62Mod1 F11 :Fullscreen 69Mod1 F11 :Fullscreen
@@ -67,6 +74,18 @@ Mod1 space :WindowMenu
67# exit fluxbox 74# exit fluxbox
68Control Mod1 Delete :Exit 75Control Mod1 Delete :Exit
69 76
77# change to previous/next workspace
78Control Mod1 Left :PrevWorkspace
79Control Mod1 Right :NextWorkspace
80
81# send the current window to previous/next workspace
82Mod4 Left :SendToPrevWorkspace
83Mod4 Right :SendToNextWorkspace
84
85# send the current window and follow it to previous/next workspace
86Control Mod4 Left :TakeToPrevWorkspace
87Control Mod4 Right :TakeToNextWorkspace
88
70# change to a specific workspace 89# change to a specific workspace
71Control F1 :Workspace 1 90Control F1 :Workspace 1
72Control F2 :Workspace 2 91Control F2 :Workspace 2