-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Any chance for hotkey support? #47
Comments
There's a chance, at least. I'll add it to the list. Apart from a generic start/stop jiggling hotkey, any particular requests? |
I can think of only that for now. otherwise it's working well. thanks! |
How's mouse jiggler acting in an RDP (or VDI like Citrix) session when the session itself is minimized or the user is using the local host on which he doesn't need to jiggle the mouse? Just another idea: a method to hijack into starting on logon without administrative permissions and when startmenu\programs\startup is disabled. like a windows profile based startup variant without registry or startmenu. |
In theory, it should work fine inside an RDP session - for as long as the session stays up. The problem is that it will still drop when the RDP idle timer runs out, because that's a whole separate subsystem from the Windows input-idle timer and to get around that, you need to inject input to the right window on the client, not on the host. (Mouse Jiggler will also stop working locally on the host once the RDP session drops, because it injects input into the Windows input stream, and detached RDP sessions don't have those.) If you want to keep a remote RDP session alive with this, the only way to do so is run it on the client, and put the mouse pointer over the RDP window. |
If you are considering implementation of the HotKeys feature request, I would like to propose 3 HotKey combinations:
|
Hi, Great app. Wondering if hotkey support is something you would consider?
Eg. for easy enabling and disabling the Jiggling function.
Thanks!
The text was updated successfully, but these errors were encountered: