From f6b09bc55c6e3c8063ee9692a0bf65ad6ab1f2af Mon Sep 17 00:00:00 2001 From: Tiago Teixeira Date: Tue, 2 Sep 2025 20:18:27 +0200 Subject: [PATCH] fix key_escape for x11 --- CNFG.h | 2 +- rawdraw_sf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CNFG.h b/CNFG.h index 719c746..464e0af 100644 --- a/CNFG.h +++ b/CNFG.h @@ -401,7 +401,7 @@ extern uint32_t CNFGVertDataC[CNFG_BATCH]; #define CNFG_KEY_ALT 65513 #define CNFG_KEY_PAUSE 65299 #define CNFG_KEY_CAPS_LOCK 65509 -#define CNFG_KEY_ESCAPE 65505 +#define CNFG_KEY_ESCAPE 65307 #define CNFG_KEY_SPACE 32 #define CNFG_KEY_PAGE_UP 65365 #define CNFG_KEY_PAGE_DOWN 65366 diff --git a/rawdraw_sf.h b/rawdraw_sf.h index 7db9be4..3f134f6 100644 --- a/rawdraw_sf.h +++ b/rawdraw_sf.h @@ -403,7 +403,7 @@ extern uint32_t CNFGVertDataC[CNFG_BATCH]; #define CNFG_KEY_ALT 65513 #define CNFG_KEY_PAUSE 65299 #define CNFG_KEY_CAPS_LOCK 65509 -#define CNFG_KEY_ESCAPE 65505 +#define CNFG_KEY_ESCAPE 65307 #define CNFG_KEY_SPACE 32 #define CNFG_KEY_PAGE_UP 65365 #define CNFG_KEY_PAGE_DOWN 65366