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

Keystroke visualizer for GUI version Emacs.

Results 10 emacs-keypression issues
Sort by recently updated
recently updated
newest added

After using for a while, I get a bunch of "untitled windows" from Emacs in my task bar. Also, if manually exiting these before turning off keypression-mode, it won't let...

I suggest that only **keyboard** events are mentioned, not `, , ` etc., which are generally not useful to see in a screencast.

Like `inhibit-message`, is there a way to temporary make keypression not to log any keystrokes? Maybe like, ```el (let ((keypression-log-p nil)) ;; Do something here. ) ``` Thanks!

When I perform some operations, such as push with magit, a prompt for password will pop up. The keys when typing password should not be captured and displayed.

There are problems together with the new "tabs" in Emacs 27.1. I start emacs 27.1, load keypression and do `M-x keypression-mode`. It works as it should. Then I do `M-x...

I have tried a number of keystroke display packages for doing Emacs demos and all of them seemed to be missing something. Maybe they were too hard to install or...

If keys are set to display on the right but the selected frame is all the way to the right on MacOS, then it obscures the keys. Would be nice...

It would be handy to include an example in the README.md of how to relocate the displayed keys.

When providing `keycaster-x-offset` to `(+ 576 10)` which means actually `(+ (frame-pixel-width) 10)` for my env, the first key type is shown at the unexpected position. I'm using macOS (NS...

I think this error appeared in Emacs version 29 or above. 🤔 I've tested on both macOS and Windows 11 with `emacs -q`. ``` Debugger entered--Lisp error: (wrong-type-argument stringp (nil))...