|
![]() Your download link is at the very bottom of the page... always. |
Processed through Paypal No account required. Donate Bitcoin to this wallet: 1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm Donate Ethereum to this wallet: 0x40E56922F43637224935CDC35e2c96E0392A8505 Donate Litecoin to this wallet: LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL |
File - Download StrokesPlus.net v0.4.1.3 | ||||||||
Description | ||||||||
Always scroll to the bottom of the page for the download link. We don't believe in fake/misleading download buttons and tricks. The link is always in the same place. StrokesPlus.net v0.4.1.3 Mouse Gestures and More for Windows We all love shortcuts. Whether it's a faster route to work, pressing 0 to talk to a human being instead of listening to an automated menu, or your favorite Internet browser pinned to the Windows taskbar. StrokesPlus.net, the successor to StrokesPlus, is a completely free mouse gesture recognition utility for Windows which allows you to create powerful mouse gestures that save you time. With rocker support, modifiers, hot keys, macros, text expansion, and a robust ClearScript interface using the Chrome V8 JavaScript engine built right in, there's virtually no limit to what you can automate. ![]() Features Possibilities Abound! Multiple Stroke Buttons StrokesPlus.net supports an additional stroke button, so you can have different actions based on which stroke button is pressed. Gesture Hints Real-time analysis of the current gesture displays what will be executed as you draw. Customize the hint popup's font, colors, location, and more. Easy To Use Steps For simple (even complicated!) tasks or novice users, Steps allow you to get working right away without needing to learn scripting. Powerful Script Engine Using Microsoft ClearScript and the Chrome V8 JavaScript engine, StrokesPlus.net opens up access to convenient built-in functions, and access to the Microsoft .NET Framework. Touch and Pen Support Floaters enable quick access to fire actions using your finger or pen. Create custom floaters to place anywhere which can execute scripts, or act as a fixed key. Text Expansion Create global or application specific text expansion tokens to quickly insert commonly used text, RTF, or HTML snippets. Gesture Regions Define global or application level regions to perform different actions for the same gesture in different areas of the screen. Hot Keys & Macros Create custom hot keys to execute scripts without using the mouse. Record mouse and keyboard input to create custom macros that can be called from actions. Plug-In Support Create your own plug-in by building a .NET Class Library DLL and dropping it in the Plug-Ins folder to extend StrokesPlus.net. Ignore Applications Define controls, windows, or entire applications which should be completely ignored by StrokesPlus.net. Script Help Descriptive help with examples explain what built-in functions are available and how to use them. Granular Configuration Control every aspect of StrokesPlus.net internals and precisely what event and conditions perform actions. Import/Export You can import or export single actions, an application, or pick and choose exactly what you want. This download is for the Installer version. This will install StrokesPlus.net to Program Files, is signed so it will start with Windows and be able to interact with elevated apps (e.g. Task Manager) by adding the UIAccess="true" flag (but requires signed to not run as admin). The installer will not overwrite your settings file, nor will it remove it upon uninstall. If you need the portable version, download here. IMPORTANT: Extract with 7-Zip or another program that does not set Zone.Identifier or you will get an error during "Initializing Script Engine..." stating "Operation is not supported". Alternatively, you can go through each DLL file, right-click, select Properties and click the Unblock button or check box. Windows is essentially marking these DLLs as untrusted, so while StrokesPlus.net will start, the DLLs are not able to be loaded. NOTE: This will not be able to interact with elevated windows (e.g. Task Manager) unless you run as administrator. You can use the settingsfile="C:\Path\SettingsFile.ext" command line parameter to specify a custom location for your settings (make sure to move your file there first, or you will get the default settings) Changes: 0.4.1.3 - 1/29/2021 --------------------------------------------------------------------------------------------------- - Updated to Microsoft ClearScript 7.1.0 - If you have any plug-ins which reference ClearScript, they will need to be recompiled, unless you have setup some sort of dynamic loading or late binding to the ClearScript library - Added WebView2 Evergreen runtime to installer and directory (MicrosoftEdgeWebview2Setup.exe) - If you run the portable version, you will need to install WebView2 manually - Added new action function (Script only) to show a window using the Microsoft WebView2 control sp.HTMLWindow(Title, HTML, ScriptCallback, OnDocumentCreatedScript, ID, IncludeBootstrapJQuery) - Title sets the window title - HTML is HTML for the document - if IncludeBootstrapJQuery is true, HTML is inserted inside the tag - ScriptCallback is the name of the script function to handle messages sent from the window - ID (optional) string which identifies this window (useful for multiple HTML windows) - IncludeBootstrapJQuery Indicates if standard Bootstrap 4 and jQuery 3.51 is included in the HTML - if true, HTML is inserted inside the tag, otherwise HTML will be the entire document See this post for examples of using sp.HTMLWindow and sp.HTMLWindowExecuteScriptAsync: https://forum.strokesplus.net/posts/m11883-Using-sp-HTMLWindow-and-sp-HTMLWindowExecuteScriptAsync - Updated language entry (typo) ScriptHelp.ActionMethod.WindowsFromTitlePartial.Example.Simple - Added language entries LoadingInstallingWebView2 HTMLFormCallbackInvokeErrorTitle HTMLFormCallbackInvokeErrorMessage HTMLFormWebView2NotAvailableTitle HTMLFormWebView2NotAvailableMessage ScriptHelp.ActionMethod.HTMLWindow.Name ScriptHelp.ActionMethod.HTMLWindow.Description ScriptHelp.ActionMethod.HTMLWindow.Returns ScriptHelp.ActionMethod.HTMLWindow.Parameters.Title.Name ScriptHelp.ActionMethod.HTMLWindow.Parameters.Title.Description ScriptHelp.ActionMethod.HTMLWindow.Parameters.Title.Type ScriptHelp.ActionMethod.HTMLWindow.Parameters.HTML.Name ScriptHelp.ActionMethod.HTMLWindow.Parameters.HTML.Description ScriptHelp.ActionMethod.HTMLWindow.Parameters.HTML.Type ScriptHelp.ActionMethod.HTMLWindow.Parameters.ScriptCallback.Name ScriptHelp.ActionMethod.HTMLWindow.Parameters.ScriptCallback.Description ScriptHelp.ActionMethod.HTMLWindow.Parameters.ScriptCallback.Type ScriptHelp.ActionMethod.HTMLWindow.Parameters.OnDocumentCreatedScript.Name ScriptHelp.ActionMethod.HTMLWindow.Parameters.OnDocumentCreatedScript.Description ScriptHelp.ActionMethod.HTMLWindow.Parameters.OnDocumentCreatedScript.Type ScriptHelp.ActionMethod.HTMLWindow.Parameters.ID.Name ScriptHelp.ActionMethod.HTMLWindow.Parameters.ID.Description ScriptHelp.ActionMethod.HTMLWindow.Parameters.ID.Type ScriptHelp.ActionMethod.HTMLWindow.Parameters.IncludeBootstrapJQuery.Name ScriptHelp.ActionMethod.HTMLWindow.Parameters.IncludeBootstrapJQuery.Description ScriptHelp.ActionMethod.HTMLWindow.Parameters.IncludeBootstrapJQuery.Type ScriptHelp.ActionMethod.HTMLWindow.Example.Full ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Name ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Description ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Returns ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Parameters.Handle.Name ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Parameters.Handle.Description ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Parameters.Handle.Type ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Parameters.Script.Name ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Parameters.Script.Description ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Parameters.Script.Type ScriptHelp.ActionMethod.HTMLWindowExecuteScriptAsync.Example.Full ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Click here to visit the author's website. Continue below to download this file. |
||||||||
Downloads | Views | Developer | Last Update | Version | Size | Type | Rank | |
1,606 | 2,268 | StrokesPlus.net <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/StrokesPlus1_th.png"border="0"> | Feb 01, 2021 - 12:21 | 0.4.1.3 | 17.42MB | EXE | ![]() |
|
File Tags | ||||||||
StrokesPlus.net v0.4.1.3 |
→→ Download Now ←← - Click to Rate File - Like this download? Share it on Twitter → Tweet
Tweets by @GeekOnTheLoose |