diff --git a/client/CXWindowsSecondaryScreen.cpp b/client/CXWindowsSecondaryScreen.cpp index c0cdffc1..668f4635 100644 --- a/client/CXWindowsSecondaryScreen.cpp +++ b/client/CXWindowsSecondaryScreen.cpp @@ -6,6 +6,7 @@ #include #include #define XK_MISCELLANY +#define XK_XKB_KEYS #include #include @@ -664,6 +665,10 @@ bool CXWindowsSecondaryScreen::findKeyCode( id = XK_Delete; break; + case XK_ISO_Left_Tab: + id = XK_Tab; + break; + default: return false; }