diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-08-16 16:26:31 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-08-16 16:26:31 (GMT) |
commit | baef39e61225a319657541262f1bf280f5136a76 (patch) | |
tree | 9b75045cad645809e55cf08f358ce6ee5ec7304a /data | |
parent | 75851acebd35352c5b967ccdc510e0f74158de96 (diff) | |
download | fluxbox_paul-baef39e61225a319657541262f1bf280f5136a76.zip fluxbox_paul-baef39e61225a319657541262f1bf280f5136a76.tar.bz2 |
added more needed bindings to the default 'keys' file to mimic old behavior
Diffstat (limited to 'data')
-rw-r--r-- | data/keys | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,7 +13,11 @@ OnToolbar 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 |
15 | OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} | 15 | OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} |
16 | OnWindowBorder Move1 :StartMoving | ||
17 | |||
16 | OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} | 18 | OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} |
19 | OnLeftGrip Move1 :StartResizing bottomleft | ||
20 | OnRightGrip Move1 :StartResizing bottomright | ||
17 | 21 | ||
18 | # alt + middle click to lower the window | 22 | # alt + middle click to lower the window |
19 | OnWindow Mod1 Mouse2 :Lower | 23 | OnWindow Mod1 Mouse2 :Lower |
@@ -24,6 +28,9 @@ OnTitlebar Control Mouse1 :StartTabbing | |||
24 | # double click on the titlebar to shade | 28 | # double click on the titlebar to shade |
25 | OnTitlebar Double Mouse1 :Shade | 29 | OnTitlebar Double Mouse1 :Shade |
26 | 30 | ||
31 | # left click on the titlebar to move the window | ||
32 | OnTitlebar Mouse1 :StartMoving | ||
33 | |||
27 | # middle click on the titlebar to lower | 34 | # middle click on the titlebar to lower |
28 | OnTitlebar Mouse2 :Lower | 35 | OnTitlebar Mouse2 :Lower |
29 | 36 | ||