Keycodes: Restore the old PrintScreen keymapping, fixing mistake from #19656

Fixes #20588
This commit is contained in:
Henrik Rydgård
2025-07-08 14:03:04 +02:00
parent 58dd4677e3
commit eadd32e00a
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ static const KeyMap_IntStrPair key_names[] = {
{NKCODE_APOSTROPHE, "'"},
{NKCODE_MINUS, "-"},
{NKCODE_PLUS, "+"},
{NKCODE_SYSRQ, "Print"},
{NKCODE_PRINTSCREEN, "Print"},
{NKCODE_SCROLL_LOCK, "ScrLock"},
{NKCODE_BREAK, "Pause"},