From: Roberto E. Vargas Caballero Date: Wed, 14 Nov 2012 10:14:29 +0000 (+0100) Subject: Fix tab key X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=16ccf344deccbae53865b6efbe9dc23ebdceccb7;hp=16ccf344deccbae53865b6efbe9dc23ebdceccb7;p=st.git 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(-) ---