Bug 122920 - control arrow key binding missing
Summary: control arrow key binding missing
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.5.1
Platform: Debian stable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 20:43 UTC by Stephen Anderson
Modified: 2006-03-03 19:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Anderson 2006-03-01 20:43:12 UTC
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.
Comment 1 Thiago Macieira 2006-03-03 19:32:50 UTC
Upgrade.