aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-12-09 20:47:41 (GMT)
committermarkt <markt>2007-12-09 20:47:41 (GMT)
commit95f9c2d6806cf110597a992be45b17a3b13accd7 (patch)
tree21c6d41985a0c2f86f01701efcd6f5c1878948b2 /ChangeLog
parent0b416600779f9e3560eab178e3e4abfb09793d30 (diff)
downloadfluxbox_pavel-95f9c2d6806cf110597a992be45b17a3b13accd7.zip
fluxbox_pavel-95f9c2d6806cf110597a992be45b17a3b13accd7.tar.bz2
added OnTitlebar modifier to keys file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5971f05..353af01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.1: 2Changes for 1.0.1:
3*07/12/09:
4 * Added OnTitlebar and Double modifiers to the keys file for clicks on the
5 titlebar and double clicks, respectively (Mark, thanks Matteo Galiazzo)
6 - For example, `OnTitlebar Double Mouse3 :Maximize' will maximize a window
7 when you double click on the titlebar with the right mouse button
8 - Note: if you have commands bound to both a single and double click, the
9 single click command will still be executed on the first half of a double
10 click
11 - Added new key commands ShadeOn and ShadeOff that set whether or not a
12 window is shaded, rather than toggling the current state
13 Window.cc Keys.cc/hh FbCommandFactory.cc
3*07/11/22: 14*07/11/22:
4 * Added some new special keys to the keys file: FocusIn, FocusOut, MouseOver, 15 * Added some new special keys to the keys file: FocusIn, FocusOut, MouseOver,
5 MouseOut, ChangeWorkspace (Mark) 16 MouseOut, ChangeWorkspace (Mark)