Page 1 of 1
Change Mouse Keymapping?
Posted: Sat Jun 26, 2021 5:08 pm
by yearn2animate
Hi All,
In all my other art programs I have the mouse scroll wheel to zoom, and pressing it in to pan the workspace. Is it possible to remap the center click to the hand tool in Anime Studio Pro 11? I tried to use the normal shortcuts menu but it didn't seem to work there. Any help would be appreciated, it would speed up my workflow to keep my similar actions on the same key presses.
Kris
Re: Change Mouse Keymapping?
Posted: Sat Jun 26, 2021 6:53 pm
by Hoptoad
Not that I know of.
Right-click panning in Moho is my favorite method of panning. Super-easy. Photoshop makes me hold own the space bar and left click/drag.
Good luck. Maybe somebody else can help you.
Re: Change Mouse Keymapping?
Posted: Sat Jun 26, 2021 7:04 pm
by synthsin75
On Windows, you could use AutoHotkey to remap the middle click, but it does require some programming knowledge.
I think Mac might have a native way to program macros which could maybe to the same thing. I don't use Mac.
Re: Change Mouse Keymapping?
Posted: Sun Jun 27, 2021 12:01 am
by yearn2animate
Thanks for the AutoHotKey suggestion, that might work if I can figure out how to do it. Unsuccessful so far, if anyone has more experience with the program let me know. I am trying the #ifWinActive method and trying to remapp wheel down to right mouse down.
Re: Change Mouse Keymapping?
Posted: Sun Jun 27, 2021 12:52 am
by synthsin75
If I had any use for this myself, I could write it, but I have too much on my plate right now to even think about that.
I'm pretty good with AHK, so if you have any specific questions, I will try to answer if it doesn't take much time.
#IfWinActive is a good start, but I assume the wheel-click is read as a middle-click, but I may not remember correctly. You might check answers in this post to find out what it reads as:
https://stackoverflow.com/questions/186 ... d/57718403
Re: Change Mouse Keymapping?
Posted: Sun Jun 27, 2021 6:25 am
by yearn2animate
For posterity, here is the solution that worked for me.
Using AutoHotKey I created this script;
Code: Select all
; Moho/Anime Studio Pro Pan and Selection Mouse Mod
#IfWinActive ahk_exe Anime Studio Pro x64.exe
MButton::RButton ;Hold Scroll wheel down to Pan, repeats action of Right Mouse Button instead of Left Mouse Button
RButton::^LButton ;Changes the Right Button to a temporary selection tool when possible, otherwise behaves as Left Mouse Button
This was my first time using AHK, while it took a while I am satisfied that I got it to function just how I wanted. Thanks for the suggestion.
Kris
Re: Change Mouse Keymapping?
Posted: Sun Jun 27, 2021 7:31 am
by Greenlaw
Cool! Congrats on coming up with a solution so quickly, and thanks for sharing the result.

Re: Change Mouse Keymapping?
Posted: Sun Jun 27, 2021 8:06 am
by synthsin75
Good job, man.
Re: Change Mouse Keymapping?
Posted: Mon Jun 28, 2021 7:20 am
by yearn2animate
Thanks Greenlaw and Syn. I spent the day using it and I am happy with the results. Looking forward to learning more about scripting in Moho products soon.
Re: Change Mouse Keymapping?
Posted: Tue Jun 29, 2021 8:44 pm
by MrMiracle77
If I pretend I'm playing an MMO game, it's easy to remember what the right mouse button does.