Skip to content
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

Support for a-z keys #200

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Support for a-z keys #200

wants to merge 9 commits into from

Conversation

brccabral
Copy link

Hi,
I was able to implement a-z usage.
Users can configure like this

"default"[a] = "lavender Pen";
"default"[B] = "blue Rect";

When users press Hotkey all a-z keys are grabbed and they won't be able to type, but pressing the Hotkey again will release them so users can type back.
Case is insensitive, lower and upper cases do the same action, the last one configured will be used.

This is a continuation of #199

Let me know if you have any questions.
Bruno

@bk138
Copy link
Owner

bk138 commented Mar 21, 2024

@brccabral if I'm not mistaken, this will only work under X11 directly, not XWayland?

@brccabral
Copy link
Author

Hi @bk138 ,
I tested on Ubuntu 23.10 both X11 and Wayland sessions, it is working on both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants