zachcurry / emacs-anywhere

Configurable automation + hooks called with application information
MIT License
1.08k stars 49 forks source link

Paste not working when there is a physical key pressed #71

Open QiangF opened 3 years ago

QiangF commented 3 years ago

I bind delete-frame to hyper-space, because c-x 5 0 is too many keys to press. Sometimes I did not release hyper key quick enough, and the content is not pasted. I am looking for a way to let xdotool ignore the maybe pressed hyper key.

QiangF commented 3 years ago

The issue can be avoided by binding delete-frame to shift-space. But that binding is used in many applications.