-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature Request: Start Mode / Click then Quit #9
Comments
Hello! Thanks for the kind words. Could you tell me more about your setup (what sort of CPU do you have, how many screens)? If you look at mousemaster.exe in the task manager, what's the CPU and memory usage like? Could you also try this if you have the time? In the configuration file (I'll assume that you're using neo-mousekeys.properties), change this line: normal-mode.indicator.enabled=true to: normal-mode.indicator.enabled=false Then restart mousemaster. This would disable the indicator (red square) completely, it may speed up the code that runs when the mouse is moved. This is not meant to be a permanent solution, but just a test to see if my suspicion is correct. Let me know if that changes anything, or not. Thank you for reporting this issue, I hope we can find a way to fix it that wouldn't require you to manually stop and restart mousemaster! |
Thanks for the quick response! I'm running an Intel Core Ultra 5 135U with 32GB of RAM. The issue happens both with an external / second display attached as well as without. When in idle mode, memory usage spikes around 50 MB, and CPU usage idles at 0.1% and maxes out at 1.5%ish. When turning off the indicator, the issue unfortunately still persists. I actually wouldn't terribly mind stopping and restarting as needed — as that allows my OCD brain to keep the taskbar as empty as possible :) Thanks! |
When you use the touchpad and it is slow, there is no CPU spike in the task manager? |
Nope, barely any at all! It moves from maybe 0.1% to 0.3%ish |
Coming back to your AHK workaround, for step 3. would it be possible to use AHK to kill the mousemaster.exe process?
idle-mode.to.normal-mode=_{leftctrl} +e
normal-mode.to.idle-mode=+exit | -clickthendisable | _{leftctrl} +e
grid-mode.to.idle-mode=+exit
hint1-mode.to.idle-mode=+exit
hint2-1-mode.to.idle-mode=+exit
hint2-2-mode.to.idle-mode=+exit
screen-selection-mode.to.idle-mode=+exit
This moves all the features of normal-mode into idle-mode (there is no normal-mode anymore, it's all in idle-mode). |
That seems to be working exactly as I'd hoped, and haven't run into any issues after a little bit of testing! Thanks so much for your help! |
Good to hear! 👍 |
I can't say that I have — I recently made the switch from Mac back to windows and yours was the first I came across as a potential replacement for Homerow! |
Hi @spencertiedge, I just want to say that the lag issue may be fixed in the last version. Two users who had the same problem said that the lag did not happen anymore in version 59. |
Hi there!
Want to start by offering my gratitude to you for your development of mousemaster — it works incredibly well and is exactly what I was looking for.
I've run into a bit of an issue that has then spurred a feature request: when mousemaster is running, it seems to disable touchpad acceleration and take over control of touchpad settings (such that mouse movement via touchpad is quite slow and renders it unusable, which I understand goes against the point of this app, but in my use case, is necessary).
My ideal solution therefore is:
In that case, the only time the touchpad has an issue is when mousemaster is truly active, which is fine, because I'll be navigating via keyboard.
Would be happy to donate to further development and show my appreciation.
Thanks much!
The text was updated successfully, but these errors were encountered: