mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-11 04:42:20 +00:00
Adjust keyboard map slightly.
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user