mirror of https://github.com/qmk/qmk_firmware
8 lines
197 B
C
8 lines
197 B
C
|
|
||
|
// simple window manager specific plover keybind hook
|
||
|
|
||
|
// toggle plover application, see herbstluftwm/config/appbinds
|
||
|
register_code (KC_LGUI);
|
||
|
shift_key (KC_RGHT);
|
||
|
unregister_code(KC_LGUI);
|