-
Notifications
You must be signed in to change notification settings - Fork 6
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
xdotool key not working with dxhd #41
Comments
Oh, I might know why. Can you try it without that shebang? env shebangs are not supported IIRC, there's a flaw. I'll try to hotfix it into master in the near future. |
It's a separate script file that is executed, does that still matter? I'll try it out later. |
Oh, then no. Alright I'll debug it when I get some free time 👍 |
It's very weird. I made a new minimal Go program to try this thing and it still fails. It does the job one out of ten times 🤷♀️ this issue needs more attention. |
Hmm have you attempted this with sxhkd? It works for me but maybe it'll bring attention to something we're missing. |
No I've not. I will try it now. |
Does not work for me with sxhkd either. |
I'll test it again in a few hours, will report back what I find |
Have you tested it? |
my guess is that you should also send keyup evens for the shortcut you bound that script to. I have asked similar question here There is also 2 workarounds, bind it on keyrelease or make a delay about 500ms so by the time script runs, you wont be pressing on any button on your keyboard... |
ah, definitely worth giving a try. @avahe-kellenberger just prepend the keybinding with |
What happened
Executing the following script fails with dxhd, but does not with sxhd:
The text was updated successfully, but these errors were encountered: