Chordian / sidfactory2

SID Factory II is a cross-platform editor for composing music that will work on a Commodore 64. It uses the reSID emulator and is currently in open BETA.
http://blog.chordian.net/sf2/
110 stars 13 forks source link

Complete list of keycodes that can be remapped (Fixes #142) #143

Closed micheldebree closed 2 years ago

micheldebree commented 2 years ago

For the keycodes that can be remapped, I took the key codes from https://wiki.libsdl.org/SDL_Keycode and made a 1:1 translation.

This way we are complete, and can refer to the SDL documentation and tell the user how to translate a keycode name to an SF2 keycode name (Remove the SDLK_ and make lowercase).

Existing 'num' keycodes have been changed to 'kp_' in order to preserve the 1:1 translation.