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

Recursion with xdotool key simulation. #302

Open
pavvd opened this issue Feb 19, 2023 · 0 comments
Open

Recursion with xdotool key simulation. #302

pavvd opened this issue Feb 19, 2023 · 0 comments

Comments

@pavvd
Copy link

pavvd commented Feb 19, 2023

I'm using xdotool (3.20211022.1) inside sxhkd keybind to emulate key presses. But if the key I'm sending is also another sxhkd hotkey it gets triggered. Tbh this behavior kinda expected...

F1
    xdotool keyup F1 key --clearmodifiers F2

F2
    xdotool keyup F2 key --clearmodifiers F5

So pressing F1 would result in simulating F5 key press. Is there a way to make sxhkd ignore keys from xdotool (or other key emulating program)?

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

No branches or pull requests

1 participant