diff options
author | mathias <mathias> | 2005-05-06 10:02:03 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-06 10:02:03 (GMT) |
commit | d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18 (patch) | |
tree | 6f3330b8c48a83cc852f7f07f938cb9a57fcdfc5 /ChangeLog | |
parent | 6c057c6903151aab92309310087d5af455ecefce (diff) | |
download | fluxbox_pavel-d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18.zip fluxbox_pavel-d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18.tar.bz2 |
more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/05/06: | ||
4 | * Added more KeyActions to TextBox (thanx to Vadim <suhanov_vadim@mail.ru> | ||
5 | Control + LeftArrow -> Moves cursor to the left direction, up to next word. | ||
6 | Control + RightArrow -> to the right direction. | ||
7 | Control + BackSpace -> Removes everything from the cursor left side, up to next left word. | ||
8 | Control + Delete -> like above but removes to the right direction. | ||
9 | FbTk/TextBox.cc/hh | ||
3 | *05/05/05: | 10 | *05/05/05: |
4 | * Fix #1160244, #1099704, #1094107 Mutiple keyboard layout (Mathias + thanx | 11 | * Fix #1160244, #1099704, #1094107 Mutiple keyboard layout (Mathias + thanx |
5 | to Vadim) | 12 | to Vadim) |