[Bf-blender-cvs] [d0e7c7a] master: Add XK_ISO_Left_Tab to ghost's known X11 keydefines...

Bastien Montagne noreply at git.blender.org
Tue Sep 6 22:33:09 CEST 2016


Commit: d0e7c7a032d7377d2cef85db35c23329e1ff1862
Author: Bastien Montagne
Date:   Tue Sep 6 22:32:17 2016 +0200
Branches: master
https://developer.blender.org/rBd0e7c7a032d7377d2cef85db35c23329e1ff1862

Add XK_ISO_Left_Tab to ghost's known X11 keydefines...

===================================================================

M	intern/ghost/intern/GHOST_SystemX11.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 87604bc..9a2dcfc 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);




More information about the Bf-blender-cvs mailing list