diff options
author | fluxgen <fluxgen> | 2003-07-02 05:54:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-07-02 05:54:30 (GMT) |
commit | 7ea898ab652b41a6e8798802c87d8615e076eed4 (patch) | |
tree | 50cd3c814c236249ce4ef8db4b520fd18509942f | |
parent | 67c24a20c5a765fcd7c0fd12e607307b1d0774b8 (diff) | |
download | fluxbox_lack-7ea898ab652b41a6e8798802c87d8615e076eed4.zip fluxbox_lack-7ea898ab652b41a6e8798802c87d8615e076eed4.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/07/01: | ||
4 | * Added keyboard navigation for menus (Henrik) | ||
5 | (click on title to get input focus, unless you're using RootMenu in keys) | ||
6 | Use keys: | ||
7 | Up/Down: select menu item | ||
8 | Left/Right: go in/out from submenus | ||
9 | Escape: close menu and return focus to windows | ||
10 | Enter: run/execute/toggle menu item | ||
11 | Menu.hh/cc, fluxbox.cc | ||
12 | * Fixed reconfigure toolbar on screen reconfig signal (Henrik) | ||
13 | Screen.hh/cc, Toolbar.cc | ||
14 | * Fixed workspace label redraw bug (Thanks Jochem Kossen j.kossen<a(T)>home.nl) | ||
15 | ToolbarHandler.cc | ||
3 | *03/06/30: | 16 | *03/06/30: |
4 | * Fixed so we can use the same action strings in menu as in key actions (Henrik) | 17 | * Fixed so we can use the same action strings in menu as in key actions (Henrik) |
5 | Screen.cc | 18 | Screen.cc |