kencx / keyb

Create and view custom hotkey cheatsheets in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ampersand as a key breaks things

GitSkunk opened this issue · comments

Setting an entry with an & as the key breaks the loading of the keymap. You can escape it with &, but the slash shows up in the key display.

commented

Wrap it with single or double quotes. It should work without escaping:

- name: example
  keybinds:
    - name: foo
      key: "super + &"