
StrokesPlus is a free mouse gesture recognition utility for Windows which allows you to create powerful mouse gestures that save you time. The most common actions are maximizing/minimizing windows, navigating back/forward, or automated logging into a certain website.
v2.8 [Jan 25, 2014]
- Changed the middle/X1/X2 mouse click scripts' logic to fire on mouse UP instead of mouse down, since that's generally when things do something in windows
- Aforementioned function names changed from "down" to "up", for example sp_middle_mouse_down is now sp_middle_mouse_up
- Added similar code and options for firing on left and right mouse button up events
- Note that for all of these mouse click events, they will NOT fire on mouse up of the stroke button; sp_right_mouse_up will not be called if the right mouse button is your stroke button
- Also note that mouse click event scripts will not fire if the stroke button is currently being held down and S is either in an action or actively capturing the mouse (e.g. while drawing)
- Added acSetNumber and acGetNumber; the only purpose for this action pair is for communicating between Lua states
- Fixed bug where a few code blocks were waiting if either Lua state was executing, instead of only waiting when both Lua states were in use
- Updated language file to include support for new preferences:
language.Preferences.AdvancedOptionsFrame.AllowLeftClickScript - "Allow Left Click Script*"
language.Preferences.AdvancedOptionsFrame.AllowRightClickScript - "Allow Right Click Script*"