JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix tab key
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 14 Nov 2012 10:14:29 +0000 (11:14 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 14 Nov 2012 10:14:29 +0000 (11:14 +0100)
commit16ccf344deccbae53865b6efbe9dc23ebdceccb7
tree3e95e3b058dde899ff78675e8b85510366856a09
parent461aac159cf3dbb8514e645df6387e03e7c26084
Fix tab key

When Shift + Tab is pressed X server send the event XK_ISO_Left_Tab with
ShiftMask, so this is the entry we need in config.def.h

This patch also revert the previous patch for this issue because it breaks
the keyboard.
---
 config.def.h |    2 +-
 st.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
config.def.h
st.c