Professor Caudill
Professor Caudill
> There is no such functionality right now. It can be added. May I ask why would you like to hide it? It makes my [web app](https://nsc9.github.io/) a little clunky....
> import subprocess > > subprocess.run(["xdotool", "mousedown", "1"]) Is there a way I can bind this to the left mouse button as a hotkey?
If this is worth any inspiration, I asked ChatGPT 3.5 to rewrite my Autohotkey script into Autokey which continuously sends left clicks while the left mouse button is pressed and...
[Relevant comment ](https://github.com/autokey/autokey/issues/243#issuecomment-1656686860)
I am considering opening a fiverr request to solve this ticket and use my own fork and share it freely with you all. I really want to see AutoKey simply...
> Hi @NSC9, > > Thank you for reporting the issue. Could you please provide simple example to reproduce the issue? Just few lines of code that shows where is...
*Update* It seems the issue is related to the button API. [This Debugging Cloud Site](https://nsc9-notebooks.runmercury.com/app/debugging2) does not print` Hello World` at the end. Code for this debugging cloud site: ```...
> Thank you for reporting. What browser are you using? It is working fine in Chrome in Android. I have tried Safari, Chrome, and Duckduckgo on iPhone Xr iOS v16.4.1...
> Hello, > > Ahkx11 was itself _built with_ Crystal, but you use this thing to code in AutoHotkey. Please forget Crystal. May I ask why you thought the Crystal...
I do not understand what you mean by “it simply isn't possible to "send" a mouse button / click, while you're holding down the key physically, no matter what you...