[Konsole-devel] [Bug 122920] New: control arrow key binding missing
Stephen Anderson
stephen.anderson at skywave.com
Wed Mar 1 19:43:14 UTC 2006
------- 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=122920
Summary: control arrow key binding missing
Product: konsole
Version: 1.5.1
Platform: Debian stable
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: konsole-devel kde org
ReportedBy: stephen.anderson skywave com
Version: 1.5.1 (using KDE KDE 3.4.2)
Installed from: Debian stable Packages
OS: Linux
Konsole control-arrow keys do not send distinct key sequences as they do in xterm. These are often bound to forward and backward-word for readline. I put in something like
key Up +Control : "\E[1;5A"
key Down +Control : "\E[1;5B"
key Right +Control : "\E[1;5C"
key Left +Control : "\E[1;5D"
and modified the cursor bindings above to be -Control to make it work.
More information about the konsole-devel
mailing list