make the various combinations of arrow keys and shift/control/meta work
authorManuel Tobias Schiller <mala@hinterbergen.de>
Mon, 14 Nov 2016 17:25:51 +0000 (18:25 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 14 Nov 2016 18:58:02 +0000 (19:58 +0100)
When using st with screen, I've bound next, prev, new screen to
combinations like Ctrl-Alt-Right,Left,Down; xterm and (u)rxvt work fine
when this combination of modifiers is pressed, st does not seem to
transport all of them; a single modifier key is fine (e.g. Ctrl-Up,
Alt-Down etc., but combinations are not). While I'm not terribly
familiar with this, I have tried to hack config.h in a more or less
systematic way to generate the expected sequences.


No differences found