From 247e92cfa2efbbaff2c0ed33c7a71c89def09feb Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 27 Sep 2025 22:27:57 -0400 Subject: [PATCH] Correct mapping of F5. --- Machines/Acorn/BBCMicro/Keyboard.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Acorn/BBCMicro/Keyboard.hpp b/Machines/Acorn/BBCMicro/Keyboard.hpp index 962579d7f..a130ba693 100644 --- a/Machines/Acorn/BBCMicro/Keyboard.hpp +++ b/Machines/Acorn/BBCMicro/Keyboard.hpp @@ -30,7 +30,7 @@ private: {Key::F12, KeyBreak}, {Key::F10, 0x20}, {Key::F1, 0x71}, {Key::F2, 0x72}, {Key::F3, 0x73}, {Key::F4, 0x14}, - {Key::F5, 0x75}, {Key::F6, 0x75}, {Key::F7, 0x16}, {Key::F8, 0x76}, {Key::F9, 0x77}, + {Key::F5, 0x74}, {Key::F6, 0x75}, {Key::F7, 0x16}, {Key::F8, 0x76}, {Key::F9, 0x77}, {Key::Backslash, 0x78},