Emacs: Display Key and Command in Real Time
the package “command-log-mode.el” lets you show keys and commands you use in emacs in real time.
this is great when you are doing a demo.
home page at https://github.com/lewang/command-log-mode
it's on MELPA.
〔see Emacs: Install Package with ELPA/MELPA〕
To start it, do:
- Alt+x
command-log-mode
(this turns the mode on, and turn on logging current buffer) - Alt+x
global-command-log-mode
(optional. Turn on logging for any buffer) - Alt+x
clm/open-command-log-buffer
(show the key/command output buffer)
(emacs_show_key_and_command_xah_2014-05-08.txt)
2014-05-08 Thanks to Sacha Chua [http://sachachua.com/] and her reader for recommendation!
thanks to Michael Weber [http://foldr.org/~michaelw/] for writing mwe-log-commands.el