From 122cafd7b21284e28496235a6df8b311bcb6930c Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 4 Oct 2011 10:26:23 -0400 Subject: [PATCH] bindings: Improve titlebar mouse bindings. Having a double-click action (the default behaviour) on left-click delays raising the window when clicking on the titlebar. Remove that action so that the raise is instantaneous. --- common/bindings | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/bindings b/common/bindings index afc2962..ff0d4e7 100644 --- a/common/bindings +++ b/common/bindings @@ -27,6 +27,15 @@ Key 6 A CM GotoPage 5 0 Mouse 5 R A GotoPage wrapx +1p 0p Mouse 4 R A GotoPage wrapx -1p 0p +# Window titlebar bindings +DestroyFunc Title_M1Func +AddToFunc Title_M1Func + + C Raise + + M Move + +Mouse 1 T N Title_M1Func +Mouse 2 T N Menu MenuWindow +Mouse 3 T N Lower Mouse 4 T N Windowshade True Mouse 5 T N Windowshade False -- 2.43.2