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

Reply via email to