Skip to content

Binding Minibuffer Menu Items

To programmatically bind {C-c d} to the Hyperbole minibuffer menu command Doc/Demo for example, use the following expression:

(global-set-key "\C-cd" (kbd "C-h h d d"))

To interactively bind a global key to a minibuffer menu item, use {M-x hyperbole-set-key RET}. This command will first prompt for the key sequence you want to use to activate the menu item. Immediately after, it will display the Hyperbole top-level minibuffer menu. Simply type the keys to select the item you want to bind to your key.