From a8ea1cc4e4ea083882da7eb7160cd17ef1d47aeb Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Sat, 1 Oct 2022 18:30:38 +0200 Subject: [PATCH] Fix F12 set1 keycode --- keycodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycodes.h b/keycodes.h index cf46f59..8d42d28 100644 --- a/keycodes.h +++ b/keycodes.h @@ -444,7 +444,7 @@ const unsigned short usb2ps2_set1[] = { 0x43, // 42: F9 0x44, // 43: F10 0x45, // 44: F11 - OSD_OPEN | 0x07, // 45: F12 (OSD) + OSD_OPEN | 0x58, // 45: F12 (OSD) EXT | 0x37, // 46: Print Screen NUM_LOCK_TOGGLE, // 47: Scroll Lock 0x45, // 48: Pause (special key handled inside user_io)