-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotstrings and non-grabbing Hotkeys don't work in some applications #1
Comments
so apparently this is fixable by using recordlib from libxtst, sample implementation from espanso here. As always with X11, it's a PITA. How people work with this stuff is beyond me, the docs and api are apparently not designed to be consumed by human beings, so I just can't be bothered right now. But eventually... Luckily, espanso seems to have mastered Hotstring-like functionality perfectly on both X11 and Wayland (without sudo rights?!), so it seems we can borrow large chunks of code from there. |
Nice find. I stumbled upon the mention of espanso on the hacker news thread, today. |
It's released now: https://github.com/phil294/AHK_X11/releases/tag/0.2.0 Should you encounter any issues, feel free to post them here (or open up a new issue). |
such as in many (all?) Gtk-based apps. :-(
The exact same problem is described here: https://stackoverflow.com/a/22773051/3779853
See
the same code logic is present in ahk_x11, but I haven't been able to figure out the fix for it. Grabbing Hotkeys always work.
The text was updated successfully, but these errors were encountered: