BetterTouchTool is one of the most prowerful productivity tool for macOS, which has been maintained for many years.
This repository contains my presets and some related tools.
My touch bar preset inspired by GoldenChaos-BTT.
-
Powerful while keeping it simple.
Actions are organized in a way that is easy to understand and maintain. No name triggers. No duplicate rules.
-
Energy efficient.
Only run script at necessary time. Avoid them executed periodically. ref
-
Other application presents
Finder, Opera, Xcode
- Four finger swipe down or tap the BetterTouchTool (in Control Strip) button to toggle BTT touch bar.
- Hold control to show window control menu.
- Hold option to show system control menu.
- Hold shift for alternate oprations.
- If it looks like a button then you can tap it.
-
Go to releases page to install.
After inport triggers into your BetterTouchTool. You may need to restart BetterTouchTool before the touch bar present can work properly.
-
Available out of the box, use it directly. Modify to meet your needs. There is no setting.
-
Two finger swipe to change volume, with shift can change screen brightness.
-
B9TouchBar is designed to complement the system touch bar, not a replacement.
-
Avoid using third-party binary. Avoid additional installation steps.
-
Never simulate a control strip as a replacement.
A command line tool to format BetterTouchTool preset files.
- Keeps JSON keys in order.
- Sort application group in preset file, keeps Global first.
- Make triggers in the same order as seen in BetterTouchTool app.
Usage:
BTTPresetBeautify input_path [output_path]
It will overwrite the original file if no output path is specified.