JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Use XK_ANY_MOD instead of XK_NO_MOD in key definition
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 15 Nov 2012 14:36:20 +0000 (15:36 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 15 Nov 2012 14:36:20 +0000 (15:36 +0100)
Usually terminal emulators don't generate any sequence for a combination
they don't have registered, for example Shift + Next, but st behavior
previous to the keyboard patch generates the sequence without the modifier,
in this example Next. This patch uses the XK_ANY_MOD in order to get this
same behaviour.
---
 config.def.h |  114 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 59 insertions(+), 55 deletions(-)


No differences found