diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-05 12:33:50 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-05 12:33:50 (GMT) |
commit | f51e3d76cb599d3ca7150685e80517889f82bb2b (patch) | |
tree | 62664630de59d6685ce4a1dea60530c90a26b623 | |
parent | 4a3be045b28edac4953be9f195640654f8b5a1a1 (diff) | |
download | fluxbox-f51e3d76cb599d3ca7150685e80517889f82bb2b.zip fluxbox-f51e3d76cb599d3ca7150685e80517889f82bb2b.tar.bz2 |
add more default keybindings
-rw-r--r-- | data/keys | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -13,7 +13,7 @@ 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 |
@@ -49,8 +49,14 @@ Mod1 F1 :Exec xterm | |||
49 | # open a dialog to run programs | 49 | # open a dialog to run programs |
50 | Mod1 F2 :Exec fbrun | 50 | Mod1 F2 :Exec fbrun |
51 | 51 | ||
52 | # close the current window | 52 | # current window commands |
53 | Mod1 F4 :Close | 53 | Mod1 F4 :Close |
54 | Mod1 F9 :Minimize | ||
55 | Mod1 F10 :Maximize | ||
56 | Mod1 F11 :Fullscreen | ||
57 | |||
58 | # open the window menu | ||
59 | Mod1 space :WindowMenu | ||
54 | 60 | ||
55 | # exit fluxbox | 61 | # exit fluxbox |
56 | Control Mod1 Delete :Exit | 62 | Control Mod1 Delete :Exit |