emacs-keypression icon indicating copy to clipboard operation
emacs-keypression copied to clipboard

Flag to temporary disable keypression?

Open jcs090218 opened this issue 4 years ago • 0 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!

jcs090218 avatar Sep 11 '20 13:09 jcs090218