[dev] [st] Binding Control+Tab

From: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Sat, 27 Jul 2013 12:00:04 -0500

In my configuration for st, I have the following Key entry for
Control+Shift+Tab:

    { XK_ISO_Left_Tab, ShiftMask | ControlMask, "\033[27;6;9~", 0, 0, 0},

I would also like to use Control+Tab, so I added the following entry
above that:

    { XK_ISO_Left_Tab, ControlMask, "\033[27;5;9~", 0, 0, 0},

After recompiling st, pressing Control+Tab still does not emit the
desired key sequence, but Control+Shift+Tab works fine. How can I
configure st so that pressing Control+Tab emits "\033[27;5;9~"?

Eric
Received on Sat Jul 27 2013 - 19:00:04 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 27 2013 - 19:12:05 CEST