mirror of
https://github.com/open-simh/simh.git
synced 2026-05-03 06:39:03 +00:00
VIDEO: Accept the ISO "left backslash" key.
Adds support for the ISO/European "left backslash" or "less than" key. It's found between left shift and Z.
This commit is contained in:
@@ -1140,6 +1140,9 @@ switch (key) {
|
|||||||
case SDLK_BACKSLASH:
|
case SDLK_BACKSLASH:
|
||||||
return SIM_KEY_BACKSLASH;
|
return SIM_KEY_BACKSLASH;
|
||||||
|
|
||||||
|
case SDLK_LESS:
|
||||||
|
return SIM_KEY_LEFT_BACKSLASH;
|
||||||
|
|
||||||
case SDLK_RIGHTBRACKET:
|
case SDLK_RIGHTBRACKET:
|
||||||
return SIM_KEY_RIGHT_BRACKET;
|
return SIM_KEY_RIGHT_BRACKET;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user