From: Roberto E. Vargas Caballero Date: Thu, 15 Nov 2012 14:36:20 +0000 (+0100) Subject: Use XK_ANY_MOD instead of XK_NO_MOD in key definition X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/4389f2eb1b27f7a210e1f631e703c48a8ca8d50b?hp=4389f2eb1b27f7a210e1f631e703c48a8ca8d50b 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(-) ---