
Under Click Type, select Left Triple Click. Under Trigger Down & Up?, select Trigger Only Mouse Down. Under Action Configuration click No Action, click Mouse Click Actions, then select Custom Mouse Buttons & Modifiers(⌃⌥⇧⌘). Click under Assign First Action to Selected Trigger. BTT may label the mouse buttons differently than G Hub. Under Normal Mouse Configuration, click Please Select a Trigger with the unassigned mouse button you want to use. Click under Add first Normal Mouse Trigger for All Apps. In BetterTouchTool, select All Apps in the app sidebar. In testing, both these solutions were reliable and as fast as a native mouse driver.Īdd a Triple-Click Mouse Function Using BetterTouchTool
#Keyboard maestro record macro software#
You can click on hyperlinks, buttons, and insert the cursor, but it won’t select text.Īnother option that does work is to use third-party software such as BetterTouchTool or Keyboard Maestro to assign a triple-click to a mouse button.

This makes sense because it’s the same mouse driver. Unfortunately, it suffers from the same deficiency as with creating a macro. Simulate a left mouse button click (press and release) If event = "MOUSE_BUTTON_PRESSED" and arg = 4 then For instance, using this script you can simulate a triple-click of the left mouse button: G Hub’s script editor allows you to write scripts in the Lua programming language with the Lua API to control mouse and keyboard functions. The script editor is accessed from Profiles in the Games & Applications window. I also looked into setting up a triple-click in G Hub using scripting. I've tried creating an executable Apple Script with the cliclick library. Therefore, the problem is within macOS, but when I contacted Apple Support, they told me they can't help me since the mouse wasn't made by Apple. The folks at Logitech proved that the macro is doing its job by sending me to this JavaScript snippet. However, these Logitech macros *do* work correctly on Windows. The same is true when trying to select individual words with a double-click macro. I've also tried every single value possible for the double-click speed in System Preferences, yet the macro simply won't select text. I've tested this macro with dozens of different delay values between events, in different applications, on different Macs, and on different versions of macOS.

I've created one for triple-clicking text so that I can highlight an entire paragraph of text with the push of one button (rather than three rapid ones).
#Keyboard maestro record macro driver#
I have a Logitech mouse whose driver lets you create macros.
