From d0e7c7a032d7377d2cef85db35c23329e1ff1862 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 6 Sep 2016 22:32:17 +0200 Subject: Add XK_ISO_Left_Tab to ghost's known X11 keydefines... --- intern/ghost/intern/GHOST_SystemX11.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp index 87604bca45e..9a2dcfc9687 100644 --- a/intern/ghost/intern/GHOST_SystemX11.cpp +++ b/intern/ghost/intern/GHOST_SystemX11.cpp @@ -1606,6 +1606,7 @@ convertXKey(KeySym key) switch (key) { GXMAP(type, XK_BackSpace, GHOST_kKeyBackSpace); GXMAP(type, XK_Tab, GHOST_kKeyTab); + GXMAP(type, XK_ISO_Left_Tab, GHOST_kKeyTab); GXMAP(type, XK_Return, GHOST_kKeyEnter); GXMAP(type, XK_Escape, GHOST_kKeyEsc); GXMAP(type, XK_space, GHOST_kKeySpace); -- cgit v1.2.3