Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Nov 19, 2021

Conversation

micheldebree
Copy link
Collaborator

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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
@micheldebree micheldebree linked an issue Nov 19, 2021 that may be closed by this pull request
Copy link
Collaborator

@TheRealLaxity TheRealLaxity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Epic

@micheldebree micheldebree merged commit 2b03a4d into master Nov 19, 2021
@micheldebree micheldebree deleted the enhancement/142 branch October 4, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document and complete the key remapping codes
2 participants