mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +00:00
Adds an additional mapping for copy.
This commit is contained in:
parent
f57e897085
commit
beb514b231
@ -16,6 +16,7 @@ uint16_t KeyboardMapper::mapped_key_for_key(Inputs::Keyboard::Key key) const {
|
||||
default: break;
|
||||
|
||||
BIND(BackTick, KeyCopy);
|
||||
BIND(Backslash, KeyCopy);
|
||||
|
||||
BIND(k0, Key0); BIND(k1, Key1); BIND(k2, Key2); BIND(k3, Key3); BIND(k4, Key4);
|
||||
BIND(k5, Key5); BIND(k6, Key6); BIND(k7, Key7); BIND(k8, Key8); BIND(k9, Key9);
|
||||
|
Loading…
x
Reference in New Issue
Block a user