From 26a5623a0f5e92755f0446fb5eeffc8fbfd73cd9 Mon Sep 17 00:00:00 2001 From: AlexPoilrouge Date: Wed, 17 Jun 2020 15:42:18 +0200 Subject: [PATCH] Tweak to ensure Windows support --- src/console.c | 2 +- src/hu_stuff.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/console.c b/src/console.c index 8717391d0..5c4a2fc8a 100644 --- a/src/console.c +++ b/src/console.c @@ -857,7 +857,7 @@ boolean CON_Responder(event_t *ev) return true; // ctrl modifier -- changes behavior, adds shortcuts - if (ctrldown) + if (ctrldown && !altdown) { // show all cvars/commands that match what we have inputted if (key == KEY_TAB) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 86f03287e..0b406d803 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -174,13 +174,13 @@ char french_shiftxform[] = 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - ' ','§', //shift-! + ' ','$', //shift-! '3', //shift-" '#', '$', '%', '1', //shift-& '4', // shift-' '5', // shift-( - '°', // shift-) + ')', // shift-) '*', '+', '?', // shift-, '6', // shift-- @@ -249,7 +249,7 @@ char french_altgrxform[] ={ 136, 137, '`', 139, 140, - 'ù' + KEY_FR_U_GRAVE }; //fallback for special letter non displayable in the game (i.e.: 'é','à',etc.)