From baef39e61225a319657541262f1bf280f5136a76 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Mon, 16 Aug 2010 18:26:31 +0200 Subject: added more needed bindings to the default 'keys' file to mimic old behavior --- data/keys | 7 +++++++ 1 file changed, 7 insertions(+) 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) # alt + left/right click to move/resize a window OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} +OnWindowBorder Move1 :StartMoving + OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} +OnLeftGrip Move1 :StartResizing bottomleft +OnRightGrip Move1 :StartResizing bottomright # alt + middle click to lower the window OnWindow Mod1 Mouse2 :Lower @@ -24,6 +28,9 @@ OnTitlebar Control Mouse1 :StartTabbing # double click on the titlebar to shade OnTitlebar Double Mouse1 :Shade +# left click on the titlebar to move the window +OnTitlebar Mouse1 :StartMoving + # middle click on the titlebar to lower OnTitlebar Mouse2 :Lower -- cgit v0.11.2