You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/planck/keymaps/altgr/common/plover_keybind.h

10 lines
248 B

// 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);