From 1dab7ed7ffde5ea2813bdd948da99c459b81ba0f Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 22 Feb 2026 14:18:19 -0500 Subject: [PATCH] Bring these back since we might need them --- src/keys.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/keys.h b/src/keys.h index 2ae5a5d44..ae31209ec 100644 --- a/src/keys.h +++ b/src/keys.h @@ -30,6 +30,14 @@ extern "C" { #define KEY_MINUS 45 #define KEY_EQUALS 61 +//azerty special keys support +//(necessary for being able to print 'regular' chars in azerty) +#define KEY_FR_E_AIGUE (0x80+2) +#define KEY_FR_E_GRAVE (0x80+10) +#define KEY_FR_C_CEDILLE (0x80+7) +#define KEY_FR_A_GRAVE (0x80+5) +#define KEY_FR_U_GRAVE (0x80+13) + #define KEY_NUMLOCK (0x80+69) #define KEY_SCROLLLOCK (0x80+70)