| View previous topic :: View next topic |
| Author |
Message |
3dmodeler
Joined: 15 Mar 2008 Posts: 3
|
Posted: Sat Mar 15, 2008 3:41 am Post subject: New, needing a Middle mouse emulator |
|
|
I have found a couple of scripts in the help forum that create emulated clicks that require you to re-hit the hotkey to release the mouse button.
I use 3dsMax extensively and it's taking its RSI toll on my clicking fingers. Particularly the MMB, worsened by the mere fact that so few mice have three full sized buttons these days.
What I really want to do I am not sure AHK can even do at all.
3dsMax utilizes the MMB along with other keys for viewport movement.
MMB +drag alone pans view
MMB + CTRL + ALT+drag zooms view
MMB + ALT+drag rotates view
First, I suppose, is it possible to create a direct MMB emulator- a hotkey that only while depressed performs the click middle down function, and performs click middle up immediately on key release? If so, is it possible to modify that active hotkey with CTRL and ALT, or do three separate hotkey scripts need to be written?
Mark |
|
| Back to top |
|
 |
Lurker1457
Joined: 10 Mar 2008 Posts: 11
|
Posted: Sat Mar 15, 2008 4:05 am Post subject: |
|
|
I do a bunch of stuff in Cinema 4D and I use AHK to save myself from keycombo headaches... | Code: | ,:: SendPlay {blind}{LAlt down}{MButton Down}
, Up:: SendPlay {blind}{MButton Up}{LAlt up}
.::MButton
/:: SendPlay {blind}{LCtrl down}{LAlt down}{MButton Down}
/ Up:: SendPlay {blind}{MButton Up}{LAlt up}{LCtrl up} |
This is a modification of the hotkeys I use... it makes the comma, period, and slash keys into the 3 movement hotkeys |
|
| Back to top |
|
 |
3dmodeler
Joined: 15 Mar 2008 Posts: 3
|
|
| Back to top |
|
 |
3dmodeler
Joined: 15 Mar 2008 Posts: 3
|
Posted: Sat Mar 15, 2008 9:33 pm Post subject: |
|
|
n/m
got it.  |
|
| Back to top |
|
 |
|