show-keymap
displays keymap bindings on a textual keyboard.
- Use the
show-keymap
command to enter a key sequence likeC-x C-f
and see bindings with the same prefix and modifiers likeC-x C-r
andC-x C-x
. - Click or press
RET
on keys to show their binding. - Click or press
RET
on modifier keys likecontrol
to toggle showing bindings with that modifier. - Customizable keyboard layouts with the
show-keymap-keyboard
option.
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)))