diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-08-20 17:01:25 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-08-20 17:01:25 (GMT) |
commit | bc2b21547b290f599ca83297e3131c6c0c87759f (patch) | |
tree | d1ae4947f3c2818aef33d2cd0ef5d639b558dd72 /data | |
parent | b4e65724efbfbefdf4f5a12be19225b2d8a8dda6 (diff) | |
download | fluxbox_paul-bc2b21547b290f599ca83297e3131c6c0c87759f.zip fluxbox_paul-bc2b21547b290f599ca83297e3131c6c0c87759f.tar.bz2 |
implemented 'ActivateTab' action to (re)allow activation of tabs via mouse
Diffstat (limited to 'data')
-rw-r--r-- | data/keys | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ OnTitlebar Control Mouse1 :StartTabbing | |||
29 | OnTitlebar Double Mouse1 :Shade | 29 | OnTitlebar Double Mouse1 :Shade |
30 | 30 | ||
31 | # left click on the titlebar to move the window | 31 | # left click on the titlebar to move the window |
32 | OnTitlebar Mouse1 :StartMoving | 32 | OnTitlebar Mouse1 :MacroCmd {ActivateTab} {Raise} {Focus} |
33 | OnTitlebar Move1 :StartMoving | ||
33 | 34 | ||
34 | # middle click on the titlebar to lower | 35 | # middle click on the titlebar to lower |
35 | OnTitlebar Mouse2 :Lower | 36 | OnTitlebar Mouse2 :Lower |