JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix Shift + Insert shortcut
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 15 Nov 2012 18:01:16 +0000 (19:01 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 15 Nov 2012 18:01:16 +0000 (19:01 +0100)
commit90e1427632d6c5852d10c8d2bafa787012903eb9
tree6170635365e6eefa40254dd49df37439e25646c2
parentcc86d148cb4092a57af2b58eeae96bbd721de803
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(-)
st.c