-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hotkeys e.g. 'Left+Right' are not completely disabled even when set to 'None' via 'Custom Hotkey' options #37
Comments
I have this issue, it usually means closing Aerozoom while using a full screen application or game but even something like working in Blender becomes a little frustrating |
Thank you for sharing your experience, @yoiang. Could you describe in what way does Blender not work well with this aspect of AeroZoom? While I hope a solution exists, I may consider adding Blender as one of the incompatible apps. |
Hello @wandersick ! Thank you for asking, Aerozoom is such a great application, thank you for all your time! |
Hi @yoiang , thanks for the clarification. What you described, however, seems to be a slightly different issue ("...Left and Right mouse buttons together often causing AeroZoom to pop up..."), and there is already a solution. I have documented the steps below. Please feel free to give it a try: In AeroZoom Panel, navigate to Tools > Custom Hotkeys > Settings > Left/Right Set both "Left+Right" and "Right+Left" to "None," as shown in the image, then click "OK." Next, go to Tools > Custom Hotkeys and enable "Enable Left/Right." Ensure the checkbox is selected, as shown in the image. Hope this helps. Edit: after performing the above, if you need to bring up the AeroZoom Panel in the future, please double-click its tray icon located at the bottom right corner, or use the hotkey Win+Shift+Esc. |
I apologize! I must have misunderstood this issue, I thought it was that I have already done the steps (and just repeated them to be safe) and still clicking Left+Right brings up the AeroZoom panel, should I make a separate issue? |
No problem at all, @yoiang In order for me to verify the settings, could you please export your AeroZoom configuration by following the below steps? If possible, could you please try AeroZoom on a different computer and let me know if the same issue persists? This would help a lot in determining a solution for this. Thank you. |
This issue has been raised by wandersick because of a comment from Vincent C. on the blog post of AeroZoom:
Thanks Vincent C. for the suggestion.
The above issue is caused by AeroZoom not completely disabling the hotkeys even when they are set to None as described above.
To solve this, one way is to leverage the
off
parameter of theHotkey
command from AutoHotkey to completely disable hotkeys when they should be disabled, so that the hotkeys can be freed and be used for other purposes even when AeroZoom is running with its remaining hotkeys enabled.An implementation for consideration is as below:
Reference:
Hotkey - Creates, modifies, enables, or disables a hotkey while the script is running.
The text was updated successfully, but these errors were encountered: