chuntaro / emacs-keypression

Keystroke visualizer for GUI version Emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flag to temporary disable keypression?

jcs090218 opened this issue · comments

Like inhibit-message, is there a way to temporary make keypression not to log any keystrokes? Maybe like,

(let ((keypression-log-p nil))
  ;; Do something here.
  )

Thanks!