diff options
Diffstat (limited to 'src/common/settings_input.h')
| -rw-r--r-- | src/common/settings_input.h | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/src/common/settings_input.h b/src/common/settings_input.h index 2c0eb31d3..a2982fca4 100644 --- a/src/common/settings_input.h +++ b/src/common/settings_input.h | |||
| @@ -129,7 +129,6 @@ extern const std::array<const char*, NumMouseButtons> mapping; | |||
| 129 | namespace NativeKeyboard { | 129 | namespace NativeKeyboard { |
| 130 | enum Keys { | 130 | enum Keys { |
| 131 | None, | 131 | None, |
| 132 | Error, | ||
| 133 | 132 | ||
| 134 | A = 4, | 133 | A = 4, |
| 135 | B, | 134 | B, |
| @@ -167,22 +166,22 @@ enum Keys { | |||
| 167 | N8, | 166 | N8, |
| 168 | N9, | 167 | N9, |
| 169 | N0, | 168 | N0, |
| 170 | Enter, | 169 | Return, |
| 171 | Escape, | 170 | Escape, |
| 172 | Backspace, | 171 | Backspace, |
| 173 | Tab, | 172 | Tab, |
| 174 | Space, | 173 | Space, |
| 175 | Minus, | 174 | Minus, |
| 176 | Equal, | 175 | Plus, |
| 177 | LeftBrace, | 176 | OpenBracket, |
| 178 | RightBrace, | 177 | CloseBracket, |
| 179 | Backslash, | 178 | Pipe, |
| 180 | Tilde, | 179 | Tilde, |
| 181 | Semicolon, | 180 | Semicolon, |
| 182 | Apostrophe, | 181 | Quote, |
| 183 | Grave, | 182 | Backquote, |
| 184 | Comma, | 183 | Comma, |
| 185 | Dot, | 184 | Period, |
| 186 | Slash, | 185 | Slash, |
| 187 | CapsLockKey, | 186 | CapsLockKey, |
| 188 | 187 | ||
| @@ -199,7 +198,7 @@ enum Keys { | |||
| 199 | F11, | 198 | F11, |
| 200 | F12, | 199 | F12, |
| 201 | 200 | ||
| 202 | SystemRequest, | 201 | PrintScreen, |
| 203 | ScrollLockKey, | 202 | ScrollLockKey, |
| 204 | Pause, | 203 | Pause, |
| 205 | Insert, | 204 | Insert, |
| @@ -268,8 +267,18 @@ enum Keys { | |||
| 268 | ScrollLockActive, | 267 | ScrollLockActive, |
| 269 | KPComma, | 268 | KPComma, |
| 270 | 269 | ||
| 271 | KPLeftParenthesis, | 270 | Ro = 0x87, |
| 272 | KPRightParenthesis, | 271 | KatakanaHiragana, |
| 272 | Yen, | ||
| 273 | Henkan, | ||
| 274 | Muhenkan, | ||
| 275 | NumPadCommaPc98, | ||
| 276 | |||
| 277 | HangulEnglish = 0x90, | ||
| 278 | Hanja, | ||
| 279 | KatakanaKey, | ||
| 280 | HiraganaKey, | ||
| 281 | ZenkakuHankaku, | ||
| 273 | 282 | ||
| 274 | LeftControlKey = 0xE0, | 283 | LeftControlKey = 0xE0, |
| 275 | LeftShiftKey, | 284 | LeftShiftKey, |
| @@ -318,6 +327,8 @@ enum Modifiers { | |||
| 318 | CapsLock, | 327 | CapsLock, |
| 319 | ScrollLock, | 328 | ScrollLock, |
| 320 | NumLock, | 329 | NumLock, |
| 330 | Katakana, | ||
| 331 | Hiragana, | ||
| 321 | 332 | ||
| 322 | NumKeyboardMods, | 333 | NumKeyboardMods, |
| 323 | }; | 334 | }; |