diff options
author | rathnor <rathnor> | 2004-04-28 14:59:12 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-04-28 14:59:12 (GMT) |
commit | 4439b3f9b17e9c8bd9682ce967631f03249304bf (patch) | |
tree | 3e7fd160b6ba503359da09c5eec9b0f57d40e2f0 /ChangeLog | |
parent | bb779745f45c917099fde31c4cea8bb6d6bc6f7d (diff) | |
download | fluxbox_pavel-4439b3f9b17e9c8bd9682ce967631f03249304bf.zip fluxbox_pavel-4439b3f9b17e9c8bd9682ce967631f03249304bf.tar.bz2 |
fixes for/reimplement parts of directional focus movement
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes for 0.9.10: |
3 | *04/04/28: | 3 | *04/04/28: |
4 | * Fix key bindings for directional focus movement (Simon) | ||
5 | - reminder, key actions are: FocusUp, FocusDown, FocusLeft, FocusRight | ||
6 | WorkspaceCmd.hh/cc Screen.hh/cc WinClient.hh/cc FbCommandFactory.cc | ||
4 | * Add apps file matching on WM_WINDOW_ROLE (Simon) | 7 | * Add apps file matching on WM_WINDOW_ROLE (Simon) |
5 | - use "role=string". Particularly useful for gaim windows | 8 | - use "role=string". Particularly useful for gaim+gimp windows |
6 | [app] (role=buddy_list) ... | 9 | [app] (role=buddy_list) ... |
7 | ClientPattern.hh/cc FbWindow.hh/cc | 10 | ClientPattern.hh/cc FbWindow.hh/cc |
8 | *04/04/27: | 11 | *04/04/27: |