Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/keyboard.cpp')
-rw-r--r--src/hardware/keyboard.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hardware/keyboard.cpp b/src/hardware/keyboard.cpp
index df290462a..68d1cb917 100644
--- a/src/hardware/keyboard.cpp
+++ b/src/hardware/keyboard.cpp
@@ -440,6 +440,9 @@ void KEYBOARD_AddKey(KBD_KEYS keytype,bool pressed) {
KEYBOARD_AddBuffer(0xe0);
KEYBOARD_AddBuffer(55|(pressed?0:0x80));
return;
+ case KBD_intl1:
+ ret = 89;
+ break;
default:
E_Exit("Unsupported key press");
break;