From: Roberto E. Vargas Caballero Date: Thu, 15 Nov 2012 18:01:16 +0000 (+0100) Subject: Fix Shift + Insert shortcut X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/90e1427632d6c5852d10c8d2bafa787012903eb9?hp=90e1427632d6c5852d10c8d2bafa787012903eb9 Fix Shift + Insert shortcut This patch apply the same code for shortcuts that it is used now for defined keys. So it is possible use now XK_NO_MOD and XK_ANY_MOD for defining shortcuts. --- st.c | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) ---