kayvanbree / contexr

Stop redundantly defining your shortcuts in your shortcut library and your context menu. Start using Contexr!
MIT License
4 stars 0 forks source link

Callback to disable options and their hotkeys #68

Open kayvanbree opened 3 months ago

kayvanbree commented 3 months ago

A callback that would be used to disable the option in the menu (grayed out and unclickable) and pause the corresponding hotkey.

{
    label: "Disabled",
    disabled: () => { this.selected ==  null; }
}