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

Add extended keys(latam) #8316

Merged
merged 2 commits into from
Dec 27, 2015
Merged

Add extended keys(latam) #8316

merged 2 commits into from
Dec 27, 2015

Conversation

latot
Copy link
Contributor

@latot latot commented Dec 27, 2015

No description provided.

@latot latot mentioned this pull request Dec 27, 2015
@@ -46,7 +47,7 @@ static const std::map<int, int> KeyMapRawSDLtoNative = InitConstMap<int, int>
(SDLK_RIGHTBRACKET, NKCODE_RIGHT_BRACKET)
(SDLK_BACKSLASH, NKCODE_BACKSLASH)
(SDLK_SEMICOLON, NKCODE_SEMICOLON)
// (SDLK_, NKCODE_APOSTROPHE) // I cannot find the SDL equiv
(SDL_SCANCODE_0, NKCODE_APOSTROPHE)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Okay, so I looked into this some.

SDL_SCANCODE_0 = 39 = ASCII '. Correct value: SDLK_QUOTE.
SDL_SCANCODE_COPY = 124 = ASCII |. There is no SDLK define. Correct value: '|'.
SDL_SCANCODE_CUT = 123 = ASCII '{'. There is no SDLK define. Correct value: '{'.
SDL_SCANCODE_PASTE = 125 = ASCII '}'. There is no SDLK define. Correct value: '}'.
SDL_SCANCODE_KP_D = 191 = Extended ASCII '¿'. There is no SDLK define. Correct value: 191.
SDL_SCANCODE_UNKNOWN = 0 = ASCII NUL. Correct value: SDLK_UNKNOWN.

-[Unknown]

@latot
Copy link
Contributor Author

latot commented Dec 27, 2015

Fixed!

unknownbrackets added a commit that referenced this pull request Dec 27, 2015
Add extended keys(latam)
@unknownbrackets unknownbrackets merged commit 73e3fef into hrydgard:master Dec 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants