Better Touch Tool Examples



Active Oldest Votes. Click on BTT's menu bar icon, and then select Disable BTT for Current App. To disable specific global actions inside a specific app, do this: Open BTT and make an action for what you want to prevent. For example, you have a global shortcut ⌘+F which perhaps opens Alfred, but you don't want it to happen in the Finder. However, there is a small issue with this shortcut: if I have several apps open, no matter which app's red X I click with two fingers, the shortcut is triggered for the active app (for example, two-finger clicking the red X of the Messages app may trigger the CMD-Q shortcut in Safari, if Safari is currently active).

Discover your next favorite thing. Product Hunt surfaces the best new products, every day. It's a place for product-loving enthusiasts to share and geek out about the latest mobile apps, websites, hardware projects, and tech creations. BetterTouchTool is a great, feature packed app that allows you to customize various input devices on your Mac. You can use any of the supported trigger/input types and choose from a large and always growing list of actions to automate almost any task.

Join Transform 2021 this July 12-16. Register for the AI event of the year.

In the months since Apple introduced the new MacBook Pro, with its distinctive Touch Bar display above the laptop’s keyboard, more and more developers have updated Mac apps with support for the component — from Chrome to Evernote, from documentation app Dash to Instagram client Flume.

Typically, Touch Bar integrations make it easier to do certain things in apps that you already use. That’s true of the Touch Bar features in Excel, for example.

That’s all well and good. But if you’re going to spend the extra money on a laptop that has one of these doohickeys, you might as well get the most you can out of it. And, as far as I can tell, there is just one app for the Touch Bar that really makes a difference in day-to-day work. It’s called BetterTouchTool, from independent developer Andreas Hegenberg of Germany. (BetterTouchTool also lets you make custom functions for Apple’s Magic Mouse, Magic Trackpad, and Siri Remote, and even for a Mac’s keyboard or trackpad, but I’m not going to address those capabilities here.)

The app lets you create and manage custom buttons for your Touch Bar. You can use those custom buttons in all apps, or you can set up special buttons for use only in certain apps. And each button can perform multiple functions at once if you like. If you’re not up for tinkering, you can just add canned “widgets,” including one that shows your MacBook’s estimated battery life. (Apple actually recently removed this standard-issue feature from macOS Sierra, but BetterTouchTool lets you get it back!) There are so many possible permutations — and if all the options aren’t enough, you can associate buttons with your own scripts written in AppleScript. Or you can kick off an Automator workflow.

Download better touch tool

Above: BetterTouchTool.

I personally see BetterTouchTool as a way to get right to certain places on my computer. Some buttons open specific folders. Some buttons open apps. Some buttons bring up important websites. And yes, I have a button for making screenshots just the way I like ’em.

Yes, Apple does give you a way to choose which buttons you see on the Touch Bar, including in the Control Strip on the right side. But the options will look very limited when you see what you can do with BetterTouchTool.

You can download BetterTouchTool from the app’s website and use it free for 45 days. To keep using it after that, you’ll need to buy a license, which costs as little as $5.

VentureBeat

BarVentureBeat's mission is to be a digital town square for technical decision-makers to gain knowledge about transformative technology and transact.Our site delivers essential information on data technologies and strategies to guide you as you lead your organizations. We invite you to become a member of our community, to access:
  • up-to-date information on the subjects of interest to you
  • our newsletters
  • gated thought-leader content and discounted access to our prized events, such as Transform 2021: Learn More
  • networking features, and more
Become a member

Recently I upgraded my work computer to MacBook Pro 13 ” with the new touch bar. But to be totally honest I quite dislike the default customisability of the touch bar that is included in os X by default.

Better Touch Tool Examples

After a careful and in depth review of different solutions that could be use to amend that situation I stumbled upon BetterTouchTool (BTT in short), which is a great productivity enchanter in many areas such as hotkeys, gestures etc.

But personally, I am at least for the time being only interested in their TouchBar capabilities. On the picture above it’s an example snapshot of couple of my current shortcuts/workflows. You can add buttons with images, just text or both. Or widgets as well such as for example a Spotify widget that nicely enhances the experience.

On the left side you can see several ways of touch bar config. For example Global ones will persist and application specific will only popup on the bar based on the application that you have opened. In my case for IntelliJ IDEA I use debug workflow to start up the lovely debugger.

But let’s cut the chase and take a look at a specific use case.

Better Touch Tool Alternative

Hippo CMS (Bloomreach experience now) is a Java based CMS System in short. and since I thought oh why not make the launching a bit simpler? So I created a relatively simple workflow with couple of steps to connect to Terminal app first.

After that as you can see in the image below I attached keyboard shortcut to go to a right tab in the Terminal application. I always have when working with this particular system, the process itself opened in first tab, therefore the shortcut will always take me from the outer most right tab which due to how i am used to terminal is always opened (if theres more than one) to move back to the first tab.

Great, now we focused on correct tab, after that we stop running process of Hippo in case it still runs from before with a simple CTRL + C shortcut.

After that we input the text through typing (one of the options under Predefined Action) to make the rebuild. Command itself looks something like this:

Better Touch Tool Examples Free

cd PATH_TO_PROJECT && mvn clean verify && mvn -P cargo.run

Lovely, everything looks nice, we send ENTER button and it triggers a nice maven clean and build itself.

Better touch tool free

What Is Better Touch Tool

A small bit of automation to save seconds at a time, one by one.