diff options
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.7: | 2 | Changes for 0.9.7: |
3 | *03/12/20: | ||
4 | * Added new action: BindKey <key line> (Henrik) | ||
5 | This will allow you to add key bindings while you're running fluxbox | ||
6 | in the Fluxbox Command dialog. | ||
7 | example: | ||
8 | BindKey Mod1 R :RootMenu | ||
9 | The key will add itself to the keys file, to remove keys you still | ||
10 | have to manualy edit the keys file until there's a better save | ||
11 | in the code. | ||
12 | FbCommandFactory.cc, FbCommands.hh/cc, Keys.hh/cc | ||
3 | *03/12/19: | 13 | *03/12/19: |
4 | * Added Edit Clock Format menu item (Henrik) | 14 | * Added Edit Clock Format menu item (Henrik) |
5 | This allow the user to edit the clock format without open | 15 | This allow the user to edit the clock format without open |