From dc05826028d6850ccc48661010ac444942cec0af Mon Sep 17 00:00:00 2001 From: Frank Praznik Date: Wed, 16 Sep 2026 13:01:43 -0400 Subject: [PATCH] events: Add the missing AC_SAVE scancode to the XFree86_2 table Maps to the XF86Save keysym. --- src/events/scancodes_xfree86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/scancodes_xfree86.h b/src/events/scancodes_xfree86.h index 7a5b996920..d7370bddcd 100644 --- a/src/events/scancodes_xfree86.h +++ b/src/events/scancodes_xfree86.h @@ -414,7 +414,7 @@ static const SDL_Scancode xfree86_scancode_table2[] = { /* 231, 0x0e7 */ SDL_SCANCODE_UNKNOWN, // XF86Send /* 232, 0x0e8 */ SDL_SCANCODE_UNKNOWN, // XF86Reply /* 233, 0x0e9 */ SDL_SCANCODE_UNKNOWN, // XF86MailForward - /* 234, 0x0ea */ SDL_SCANCODE_UNKNOWN, // XF86Save + /* 234, 0x0ea */ SDL_SCANCODE_AC_SAVE, // XF86Save /* 235, 0x0eb */ SDL_SCANCODE_UNKNOWN, // XF86Documents /* 236, 0x0ec */ SDL_SCANCODE_UNKNOWN, // XF86Battery /* 237, 0x0ed */ SDL_SCANCODE_UNKNOWN, // XF86Bluetooth