From b2ce2db26a7df0e2b31a705dd3093599acae9895 Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Fri, 20 Nov 2020 15:53:04 +0100 Subject: [PATCH] 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. --- data/keyboard-layouts/default.keytab | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/keyboard-layouts/default.keytab b/data/keyboard-layouts/default.keytab index 5b3bf17a..68e90559 100644 --- a/data/keyboard-layouts/default.keytab +++ b/data/keyboard-layouts/default.keytab @@ -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"