Home
Download
Screenshots

Wiki
Plugins
Translations
Developers
Donate

Forums/Help
Contact Us

StrokeIt

Do gestures holding down both Left and Right buttons

Posted by Stephane 
For who uses pen tablet (such as WACOM) it would be nice to be able to draw gestures holging down both Left and Right buttons at a time.
(On a pen tablet Left button is often the "sting" of the pen and the Right button is often the button placed on the side...then when you do fast movement it's very useful to press both buttons to work without mistake of misunderstanding...Because when you press the side button during the pen doesn't touch the tablet you make little misunderstanding movements...ouch ! )

In my case I draw every day with Autocad and Sketchup using pan tablet and SENSIVA which understant "Left + Right button" gestures.

>>>> Really very very powerfull !!!


Thanks and Best Regards
Stephane.
Hello,

There is a solution.
A Little software called HautoHotkey.
Run it and launch this script :

~RButton & LButton::
send {MButton down}
Keywait LButton
send {MButton up}
return



With some software (such Sketchup) there may be a problem with the Right Click.
Then, use this script :

RButton & LButton::
send {MButton down}
Keywait LButton
send {MButton up}
return

RButton Up::
send {RButton}
return


Best regards
Stephane
Author:

Your Email:


Subject:


Spam prevention:
Please, solve the mathematical question and enter the answer in the input field below. This is for blocking bots that try to post this form automatically.
Question: how much is 25 plus 24?
Message: