pull/18/head
Jesse Vincent 9 years ago
parent 3eae04689c
commit 093aef3aab

@ -224,7 +224,7 @@ void handle_synthetic_key_press(byte switchState, Key mappedKey) {
} else { } else {
handle_mouse_key_press(switchState, mappedKey, x, y); handle_mouse_key_press(switchState, mappedKey, x, y);
} }
} }
if (mappedKey.flags & IS_CONSUMER) { if (mappedKey.flags & IS_CONSUMER) {
if (key_toggled_on (switchState)) { if (key_toggled_on (switchState)) {
ConsumerControl.press(mappedKey.rawKey); ConsumerControl.press(mappedKey.rawKey);

Loading…
Cancel
Save