show-keymap displays keymap bindings on a textual keyboard.
- Use the
show-keymapcommand to enter a key sequence likeC-x C-fand see bindings with the same prefix and modifiers likeC-x C-randC-x C-x. - Click or press
RETon keys to show their binding. - Click or press
RETon modifier keys likecontrolto toggle showing bindings with that modifier. - Customizable keyboard layouts with the
show-keymap-keyboardoption.
Using elpaca and elpaca-use-package-mode:
(use-package show-keymap
:ensure (show-keymap :type git :host github :repo "nick4f42/show-keymap.el")
:bind (("C-h C-k" . show-keymap)))