aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-08-16 16:26:31 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-08-16 16:26:31 (GMT)
commitbaef39e61225a319657541262f1bf280f5136a76 (patch)
tree9b75045cad645809e55cf08f358ce6ee5ec7304a /data
parent75851acebd35352c5b967ccdc510e0f74158de96 (diff)
downloadfluxbox-baef39e61225a319657541262f1bf280f5136a76.zip
fluxbox-baef39e61225a319657541262f1bf280f5136a76.tar.bz2
added more needed bindings to the default 'keys' file to mimic old behavior
Diffstat (limited to 'data')
-rw-r--r--data/keys7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/keys b/data/keys
index 28519b9..d29e81b 100644
--- a/data/keys
+++ b/data/keys
@@ -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
15OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} 15OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
16OnWindowBorder Move1 :StartMoving
17
16OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} 18OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
19OnLeftGrip Move1 :StartResizing bottomleft
20OnRightGrip Move1 :StartResizing bottomright
17 21
18# alt + middle click to lower the window 22# alt + middle click to lower the window
19OnWindow Mod1 Mouse2 :Lower 23OnWindow 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
25OnTitlebar Double Mouse1 :Shade 29OnTitlebar Double Mouse1 :Shade
26 30
31# left click on the titlebar to move the window
32OnTitlebar Mouse1 :StartMoving
33
27# middle click on the titlebar to lower 34# middle click on the titlebar to lower
28OnTitlebar Mouse2 :Lower 35OnTitlebar Mouse2 :Lower
29 36