Revision 1289f43a

b/keymaps/modifiers
8 8
Control_R 0x9d
9 9
Control_L 0x1d
10 10

  
11
# Translate Meta, Super and Hyper to Windows keys. 
11
# Translate Super to Windows keys. 
12 12
# This is hardcoded. See documentation for details. 
13
Super_R 0xdb
14
Super_L 0xdc
13 15

  
14 16
# Translate Menu to the Windows Application key. 
15
# This one does not work either. 
16 17
Menu 0xdd
b/sdl_keysym.h
213 213
{"Meta_R", SDLK_RMETA},
214 214
{"Shift_L", SDLK_LSHIFT},
215 215
{"Shift_R", SDLK_RSHIFT},
216
{"Super_L", SDLK_LSUPER},
217
{"Super_R", SDLK_RSUPER},
216 218

  
217 219
    /* special keys */
218 220
{"BackSpace", SDLK_BACKSPACE},

Also available in: Unified diff