mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-19 11:46:08 +00:00
10 lines
248 B
C
10 lines
248 B
C
|
|
||
|
// simple window manager specific plover keybind hook
|
||
|
|
||
|
// toggle plover application, see herbstluftwm/config/appbinds
|
||
|
register_code (KC_LGUI);
|
||
|
register_code (KC_LCTL);
|
||
|
tap_key (KC_EQL);
|
||
|
unregister_code(KC_LCTL);
|
||
|
unregister_code(KC_LGUI);
|