diff options
author | markt <markt> | 2006-12-19 18:08:33 (GMT) |
---|---|---|
committer | markt <markt> | 2006-12-19 18:08:33 (GMT) |
commit | 144091995610ea1b562e96d5e55c99659034bd55 (patch) | |
tree | d51a51b509c8f4fe1260584c76d40b83fc4a9d66 /ChangeLog | |
parent | 83b9e392933ca882ff89140a9a7f93df8df512e6 (diff) | |
download | fluxbox_pavel-144091995610ea1b562e96d5e55c99659034bd55.zip fluxbox_pavel-144091995610ea1b562e96d5e55c99659034bd55.tar.bz2 |
Change to data structure for keybindings, ungrab and grab keys when switching
keymodes instead of deciding whether we need it and repeating the key.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/12/19: | ||
4 | * Little simplification of data structure for keybindings (Mark) | ||
5 | Side effects: | ||
6 | - "Mod4 a b" now behaves like "Mod4 a None b" -- in fact, "None" is now | ||
7 | completely obsolete | ||
8 | - You can press "Escape" to cancel any Emacs-style keychain in progress | ||
9 | (unless it's bound to something else) | ||
10 | - If there is a conflict between bindings, the first one in the file wins | ||
11 | - Fixes handling of keychains like "Mod4 a Mod1 b" | ||
12 | - Should fix some issues with "None" modifier | ||
13 | Keys.cc/hh FbTk/KeyUtil.cc fluxbox.cc | ||
3 | *06/12/18: | 14 | *06/12/18: |
4 | * Rotate items in toolbar the same way as tabs (Mark) | 15 | * Rotate items in toolbar the same way as tabs (Mark) |
5 | Toolbar.cc | 16 | Toolbar.cc |