diff options
author | fluxgen <fluxgen> | 2003-12-20 17:42:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-20 17:42:36 (GMT) |
commit | d3a42b87b0bb3f537c7c4f4c991517141b79cb26 (patch) | |
tree | 9772f8da947dce468432124a0028cee20b92de91 | |
parent | 5a91d8747e4ab0bb25b85c82e49f6f74d8e14e05 (diff) | |
download | fluxbox_pavel-d3a42b87b0bb3f537c7c4f4c991517141b79cb26.zip fluxbox_pavel-d3a42b87b0bb3f537c7c4f4c991517141b79cb26.tar.bz2 |
update
-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 |