diff options
Diffstat (limited to 'data/keys')
-rw-r--r-- | data/keys | 27 |
1 files changed, 21 insertions, 6 deletions
@@ -4,16 +4,16 @@ OnDesktop Mouse2 :WorkspaceMenu | |||
4 | OnDesktop Mouse3 :RootMenu | 4 | OnDesktop Mouse3 :RootMenu |
5 | 5 | ||
6 | # scroll on the desktop to change workspaces | 6 | # scroll on the desktop to change workspaces |
7 | OnDesktop Mouse4 :NextWorkspace | 7 | OnDesktop Mouse4 :PrevWorkspace |
8 | OnDesktop Mouse5 :PrevWorkspace | 8 | OnDesktop Mouse5 :NextWorkspace |
9 | 9 | ||
10 | # scroll on the toolbar to change workspaces | 10 | # scroll on the toolbar to change workspaces |
11 | OnToolbar Mouse4 :NextWorkspace | 11 | OnToolbar Mouse4 :PrevWorkspace |
12 | OnToolbar Mouse5 :PrevWorkspace | 12 | OnToolbar Mouse5 :NextWorkspace |
13 | 13 | ||
14 | # alt + left/right click to move/resize a window | 14 | # alt + left/right click to move/resize a window |
15 | OnWindow Mod1 Mouse1 :StartMoving | 15 | OnWindow Mod1 Mouse1 :StartMoving |
16 | OnWindow Mod1 Mouse3 :StartResizing | 16 | OnWindow Mod1 Mouse3 :StartResizing NearestCorner |
17 | 17 | ||
18 | # middle click a window's titlebar and drag to attach windows | 18 | # middle click a window's titlebar and drag to attach windows |
19 | OnTitlebar Mouse2 :StartTabbing | 19 | OnTitlebar Mouse2 :StartTabbing |
@@ -43,11 +43,26 @@ Mod4 7 :Tab 7 | |||
43 | Mod4 8 :Tab 8 | 43 | Mod4 8 :Tab 8 |
44 | Mod4 9 :Tab 9 | 44 | Mod4 9 :Tab 9 |
45 | 45 | ||
46 | # open a terminal | ||
47 | Mod1 F1 :Exec xterm | ||
48 | |||
46 | # open a dialog to run programs | 49 | # open a dialog to run programs |
47 | Mod1 F2 :Exec fbrun | 50 | Mod1 F2 :Exec fbrun |
48 | 51 | ||
49 | # close the current window | 52 | # volume settings, using common keycodes |
53 | # if these don't work, use xev to find out your real keycodes | ||
54 | 176 :Exec amixer sset Master,0 1+ | ||
55 | 174 :Exec amixer sset Master,0 1- | ||
56 | 160 :Exec amixer sset Master,0 toggle | ||
57 | |||
58 | # current window commands | ||
50 | Mod1 F4 :Close | 59 | Mod1 F4 :Close |
60 | Mod1 F9 :Minimize | ||
61 | Mod1 F10 :Maximize | ||
62 | Mod1 F11 :Fullscreen | ||
63 | |||
64 | # open the window menu | ||
65 | Mod1 space :WindowMenu | ||
51 | 66 | ||
52 | # exit fluxbox | 67 | # exit fluxbox |
53 | Control Mod1 Delete :Exit | 68 | Control Mod1 Delete :Exit |