feat(linux/keyboard): add F13-F24 keycodes (#4833)

This commit is contained in:
mia~
2026-03-16 20:26:00 +02:00
committed by GitHub
parent 253e624ee8
commit 7a30ead471

View File

@@ -126,6 +126,18 @@ namespace platf::keyboard {
{KEY_F10, 0x79},
{KEY_F11, 0x7A},
{KEY_F12, 0x7B},
{KEY_F13, 0x7C},
{KEY_F14, 0x7D},
{KEY_F15, 0x7E},
{KEY_F16, 0x7F},
{KEY_F17, 0x80},
{KEY_F18, 0x81},
{KEY_F19, 0x82},
{KEY_F20, 0x83},
{KEY_F21, 0x84},
{KEY_F22, 0x85},
{KEY_F23, 0x86},
{KEY_F24, 0x87},
{KEY_NUMLOCK, 0x90},
{KEY_SCROLLLOCK, 0x91},
{KEY_LEFTSHIFT, 0xA0},