Bug 122920

Summary: control arrow key binding missing
Product: [Applications] konsole Reporter: Stephen Anderson <stephen.anderson>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.5.1   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:

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.