mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Add support for ctrl+tab to the default keyboard translation
This escape matches what e. g. vim and screen recognizes, and seems to be fairly standard. NB: By default ctrl+tab is mapped to changing tabs in Konsole, so you need to reset that in the shortcut settings for this to have any impact.
This commit is contained in:
committed by
Kurt Hindenburg
parent
3711e884c9
commit
b2ce2db26a
@@ -28,6 +28,11 @@ key Tab +Shift-Ansi : "\t"
|
||||
key Backtab +Ansi : "\E[Z"
|
||||
key Backtab -Ansi : "\t"
|
||||
|
||||
key Tab +Control+Ansi : "\E[27;5;9~"
|
||||
key Backtab +Control+Ansi : "\E[27;6;9~"
|
||||
key Tab +Control-Ansi : "\t"
|
||||
key Backtab +Control-Ansi : "\t"
|
||||
|
||||
key Return-Shift-NewLine : "\r"
|
||||
key Return-Shift+NewLine : "\r\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user