Show us your BetterTouchTool Tricks

Check this out

2 Likes

I extensively use the two-finger tap, two and three-finger tip-taps on my Magic Mouse to replicate similar functionality or semantics throughout apps.

In mail for instance:

  • two-finger tap: archive
  • tiptap middle (2 fingers fix): delete
  • tiptap left (1 finger fix): reply
  • tiptap right (1 finger fix): forward

This becomes the baseline for all apps, two-finger tap approves, validates, archives whenever I am, while tiptap middle (2 fingers fix) refuses, deletes, trashes wherever I am.

This has proved incredibly useful with Word. I use the tracking changes mode extensively (I’m a fiction writer) when going through novels with my editor. (Some chapters see two to five distinct passes and I write 800-page long books - that’s a LOT of changes and comments.) I have bound the tracking changes commands to specific keyboard shortcuts which are then fired through BTT gestures:

  • two-finger tap: approve modification
  • tiptap middle (2 fingers fix): refuse modification
  • tiptap left (1 finger fix): add new comment or reply to comment
  • tiptap right (1 finger fix): delete comment

Also a very simple one I have is command-clic bound to a single tap in Safari. Allows to open links in new tabs with a simple tap of the mouse (the way middle-click works on Windows browsers).

6 Likes

Sam-I’d love to know how you are doing this. It is a feature I would implement instantly!

2 Likes

I have a ton, but a few I’d like to share:

Dimiss Notifications
I have an AppleScript widget that only shows the icons if one or more notifications are on the screen. If I click the button that appears an AppleScript dismisses all the notifications at the same time. As someone who uses Alert-style notifications for work, this script is super handy for when I wake my MBP up and there is a list of notifications down the right side of the screen.

WiFi Network
This is a simple AppleScript widget that just displays the name of the wifi network. This is probably unhelpful for most people, but my MacBook Pro is very often at a coffee shop, and if I am having connectivity issues it is usually because the computer has connected to the wrong Wi-Fi network. Just being able to look at the Touch Bar and seeing where I am connected to is a nice peace of mind.

Things: Next Todo
I think I got this from the GoldenChaos package, but I really like it. It is an AppleScript widget to show me the first ToDo on my Today list. Another thing I like being able to look down and see.

Zoom specific
With the sudden popularity of zoom, I didn’t want to have to worry about a bunch of keyboard shortcuts. So I simply mapped keyboard commands for muting and unmuting audio, switching the view, raising my hand etc. These only show up when Zoom is the active app.

Things specific
I have keys show up to instantly apply tags to any of my tasks, so I don’t have to remember the keyboard shortcuts. These only show up when Things is the active app.

If anyone’s interested in any of the above, let me know and I’ll post!

Rich … in the “advanced configuration UI” I set it up by …

  1. Section “name and other triggers”
  2. trigger = left click green window button.
  3. Action = maximize window
  4. In the “All Apps” scope so it works everywhere

This is the function that got me to install BTT and buy it automatically. I’m pretty sure I cribbed this from Brett Terpstra, though I can’t for the life of me find a link to back that up.

Hope that helps. LMK if it doesn’t work.

4 Likes

Sam - oh my god, thank you!!! I can’t believe I didn’t know about this already.

After setting this up myself, I remembered that I never use the red or orange buttons either, so I just mapped red to “Maximize Window Left”, Orange to “Maximize Window Right” and Function Key-Green Button to “Restore Old Window Size.”

I’m so happy!!!

2 Likes

I love the “Show Menu Bar in Context Menu” action, but unfortunately (I’m guessing because of some other handy background utility I’ve got running) the menu only responds to arrow keys about half the time I invoke it and I end up having to reach for the trackpad anyway.

1 Like

I’ve also got modifier clicks set up along the bottom and left edge of the trackpad to mirror the placement of the corresponding keys on the keyboard.

A three-finger tap sends mouse-down only, so I can grab and drag a file icon or other object without actually having to hold the mouse button or keep my thumb on the trackpad.

Oh I am so going to try that red button trick.

Update - I found I do use the Red button more than I thought, so I added the FN key to the trigger. Now the Red and Yellow buttons work as normal, but if I hold down the FN keys, they window snap to the left or right.

1 Like

they can:

Hey Sam - I’m working on learning BTT this weekend and so I re-listened to this episode which led me here.

That one action has me a bit confused. 3 fingers down + swipe the left what down?

I think it’s the “TipSwipe Left Finger Down (2 Fingers Fixed)” in the Three Finger Gestures category. You place three fingers on the trackpad and swipe the left most finger down while keeping the other two fixed.

Some of those gestures are whacky to figure out!

1 Like

Yup, its the one @evanfuchs said … TipSwipe Left Finger Down.
I usually pause for a second between dropping three fingers on the trackpad and swiping the one finger down. TBH, I don’t know if it really helps or if its superstition, but it makes me feel better. :slight_smile:

1 Like

Most of my automation is around having the right music playing at the right time of day to help me work. I rely on calendar events to trigger Automator and AppleScript to run Spotify playlist. But they only seem to work nine times out of ten, and pity if you want to change anything (permissions) so I am moving them to BTT.

To help control my music I use

  • scroll wheel (over menu bar) for volume

  • scroll wheel click over menubar for next track

  • Shift plus right click will pause it for five minutes (Long enough to make a quick call and not forget to resume it)

With Siri on my phone (these took some work, as they are not operating on Spotify on the phone, but triggering BTT on Mac.)

  • I can tell Siri “I like this track”, which will trigger an app called Listen to move it to a certain playlist and give it a heart
  • I can tell Siri “next song”
  • I can tell Siri to turn it up or turn it down, or turn it “way up“ or way down
1 Like

Immediately mimic this. I just realized that there is option for mouse action only when the cursor on menu bar. Thanks!

Hello Could you explain how to trigger Textexpander Snippts with BTT? It seems like I cannot make it work. Thank you.

I’m sorry, I didn’t mean to give the impression that I am triggering a TextExpander snippet with BTT. I only use it to trigger a menu item in DevonThink to highlight text that is already selected with the mouse.

That said, BTT has an action Insert/Type/Paste Custom Text that might be useful. I’m not as familiar with TextExpander these days, but the BTT action doesn’t seem to be as powerful as the TE I remember.

If you are a Keyboard Maestro user and you are open to having a snippet in KBM, then one potential solution would be to have BTT call a URL of kmtrigger://macro=UUID_OF_MACRO. To get that UUID, select the macro in KBM and then select Edit / Copy / Copy As / UUID.

Also, I know that BTT can run AppleScript, so if a TE snippet can be called by an AppleScript, that might be a way to implement this. I tried to google for an example but all I could find was examples of using TE to run an AppleScript, which I don’t think is what’s being asked here.

Sorry I couldn’t be more help.

Thanks for explaining!

What @samkale said should work. I don’t use TE but use Typinator and you can trigger an expansion by using the “Insert text by typing” option of BTT.

However, I’m trying to understand your use case. What is the objective in triggering a TE expansion from BTT ?