[Konsole-devel] [Bug 60281] inconsistent ui: ctrl+arrow should jump between words, not alt+arrow
Thiago Macieira
thiagom at mail.com
Mon Jun 23 19:28:49 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60281
thiagom at mail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |wishlist
------- Additional Comments From thiagom at mail.com 2003-06-23 21:28 -------
It's an unimplemented feature. Ctrl+Arrow in Konsole sends the same escape
code as the arrow key alone. In xterm, it sends a lowercased version of the
escape sequence.
For reference:
- for the LeftArrow key, xterm sends
ESC[D
- for Ctrl+LeftArrow (grey keys), xterm sends
ESC[d
- for the numeric keypad, Ctrl or Alt with one the keys generates a completely
different sequence
More information about the konsole-devel
mailing list