blob: 88ec727bfd60498fc5d0cc68f6a0c1d72a33190a (
plain)
1
2
3
4
5
6
7
|
// 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);
|