Update for new Key defs

pull/389/head
Jesse Vincent 7 years ago
parent 7b890d8deb
commit 2ea24ad84c
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -32,7 +32,7 @@ namespace KaleidoscopePlugins {
Key
EscapeOneShot::eventHandlerHook (Key mappedKey, byte row, byte col, uint8_t keyState) {
if (mappedKey.raw != Key_Esc.raw ||
if (mappedKey.raw != Key_Escape.raw ||
(keyState & INJECTED) ||
!key_toggled_on (keyState))
return mappedKey;

Loading…
Cancel
Save