Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

plover_keybind.h

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