Change Mouse Keymapping?

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
yearn2animate
Posts: 17
Joined: Mon Jun 21, 2021 7:49 pm
Contact:

Change Mouse Keymapping?

Post 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
User avatar
Hoptoad
Posts: 716
Joined: Sun Jan 03, 2016 4:19 pm
Location: Florida

Re: Change Mouse Keymapping?

Post 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.
User avatar
synthsin75
Posts: 10253
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: Change Mouse Keymapping?

Post 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.
User avatar
yearn2animate
Posts: 17
Joined: Mon Jun 21, 2021 7:49 pm
Contact:

Re: Change Mouse Keymapping?

Post 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.
User avatar
synthsin75
Posts: 10253
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: Change Mouse Keymapping?

Post 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
User avatar
yearn2animate
Posts: 17
Joined: Mon Jun 21, 2021 7:49 pm
Contact:

Re: Change Mouse Keymapping?

Post 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
User avatar
Greenlaw
Posts: 10382
Joined: Mon Jun 19, 2006 5:45 pm
Location: Los Angeles
Contact:

Re: Change Mouse Keymapping?

Post by Greenlaw »

Cool! Congrats on coming up with a solution so quickly, and thanks for sharing the result. :D
User avatar
synthsin75
Posts: 10253
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: Change Mouse Keymapping?

Post by synthsin75 »

Good job, man.
User avatar
yearn2animate
Posts: 17
Joined: Mon Jun 21, 2021 7:49 pm
Contact:

Re: Change Mouse Keymapping?

Post 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.
User avatar
MrMiracle77
Posts: 189
Joined: Mon Jun 24, 2019 2:30 am

Re: Change Mouse Keymapping?

Post by MrMiracle77 »

If I pretend I'm playing an MMO game, it's easy to remember what the right mouse button does.
- Dave

(As Your GM)
Post Reply