chuntaro / emacs-keypression

Keystroke visualizer for GUI version Emacs.
122 stars 4 forks source link

Flag to temporary disable keypression? #15

Open jcs090218 opened 3 years ago

jcs090218 commented 3 years ago

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!