Update to new handle_keyswitch_event API naming

pull/389/head
Jesse Vincent 8 years ago
parent e37c4690c4
commit a3def769a0

@ -71,7 +71,7 @@ namespace KaleidoscopePlugins {
key.keyCode = MOMENTARY_OFFSET + idx - 8;
}
handle_key_event (key, 255, 255, keyState | INJECTED);
handle_keyswitch_event (key, 255, 255, keyState | INJECTED);
}
void

Loading…
Cancel
Save