From 5e78ac3af55b2fe610b7e24efecb87df4f42c8f9 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 20 Sep 2025 21:35:01 -0400 Subject: [PATCH] Adjust keyboard map slightly. --- Machines/Acorn/BBCMicro/Keyboard.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Machines/Acorn/BBCMicro/Keyboard.hpp b/Machines/Acorn/BBCMicro/Keyboard.hpp index 87121194d..33406c15e 100644 --- a/Machines/Acorn/BBCMicro/Keyboard.hpp +++ b/Machines/Acorn/BBCMicro/Keyboard.hpp @@ -52,11 +52,13 @@ private: {Key::Hyphen, 0x17}, {Key::Equals, 0x18}, - {Key::Quote, 0x69}, + {Key::BackTick, 0x69}, {Key::OpenSquareBracket, 0x38}, {Key::CloseSquareBracket, 0x58}, - {Key::Semicolon, 0x48}, + + {Key::Semicolon, 0x57}, + {Key::Quote, 0x48}, {Key::Enter, 0x49}, {Key::Backspace, 0x59},