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)
commit4389f2eb1b27f7a210e1f631e703c48a8ca8d50b
tree218852c80fb3d8b205d080a74a0161c282183f89
parent88bb76c1bccbc8bb68b6776062cd2ef28bda8561
Use XK_ANY_MOD instead of XK_NO_MOD in key definition

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(-)
config.def.h