aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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)