My application uses configurable keyboard shortcuts. Users may customize the shortcuts by modifying the configuration file. The names are then converted to keycodes using SDL_GetKeyFromName(name). In the readme of my application I mentioned that key names can be looked up at https://wiki.libsdl.org/SDL2/SDL_Keycode.
Now it seems that the key names are no longer available. It would be great if there could be a place to look up the key names again.
My application uses configurable keyboard shortcuts. Users may customize the shortcuts by modifying the configuration file. The names are then converted to keycodes using SDL_GetKeyFromName(name). In the readme of my application I mentioned that key names can be looked up at https://wiki.libsdl.org/SDL2/SDL_Keycode.
Now it seems that the key names are no longer available. It would be great if there could be a place to look up the key names again.