aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-05-06 10:02:03 (GMT)
committermathias <mathias>2005-05-06 10:02:03 (GMT)
commitd6ee96775dfdf0ee8bb2f00537f11a335c9b5a18 (patch)
tree6f3330b8c48a83cc852f7f07f938cb9a57fcdfc5 /ChangeLog
parent6c057c6903151aab92309310087d5af455ecefce (diff)
downloadfluxbox-d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18.zip
fluxbox-d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18.tar.bz2
more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5072d6..a9198ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes 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)