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:
authorRicardo <rsribeiro@users.noreply.github.com>2022-11-11 17:15:32 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-11-12 03:35:56 +0300
commit1a38d06252ad593fc14dc97e1e966b5fb50bd253 (patch)
treecfad8368e343606b1917c8cc950c42a974b3decb
parent5f5dbb7e6115dd255e2b000984aa691e10be9e8a (diff)
Remove ctrl modifier from international 1 key
-rw-r--r--src/ints/bios_keyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ints/bios_keyboard.cpp b/src/ints/bios_keyboard.cpp
index fb0d94aed..45a67d504 100644
--- a/src/ints/bios_keyboard.cpp
+++ b/src/ints/bios_keyboard.cpp
@@ -126,7 +126,7 @@ static struct {
{ 0x565c, 0x567c, none, none }, /* (102-key) */
{ 0x8500, 0x8700, 0x8900, 0x8b00 }, /* F11 */
{ 0x8600, 0x8800, 0x8a00, 0x8c00 }, /* F12 */
- { 0x352f, 0x353f, none, 0x35f0 } /* international 1 */
+ { 0x352f, 0x353f, none, none } /* international 1 */
};
bool BIOS_AddKeyToBuffer(uint16_t code) {