Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-funderburg/alfred-bettertouchtool-gestures
Use Alfred to quickly search through all the trackpad gestures within BetterTouchTool
https://github.com/kevin-funderburg/alfred-bettertouchtool-gestures
alfred alfred-workflow bettertouchtool gestures workflow
Last synced: 14 days ago
JSON representation
Use Alfred to quickly search through all the trackpad gestures within BetterTouchTool
- Host: GitHub
- URL: https://github.com/kevin-funderburg/alfred-bettertouchtool-gestures
- Owner: kevin-funderburg
- Created: 2019-05-07T06:07:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T06:16:39.000Z (over 5 years ago)
- Last Synced: 2024-06-14T04:39:25.539Z (5 months ago)
- Topics: alfred, alfred-workflow, bettertouchtool, gestures, workflow
- Language: Python
- Size: 4 MB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
View Your BetterTouchTool Gestures With Alfred
==============================================Use Alfred to get a quick look at all your BetterTouchTool gestures.
![](demo.gif)
Note
------
- This does depend on your presets being exported, so the way I do it is by exporting the master preset within BTT, the renaming that resulting to file from 'Master Preset.btt' to Master Preset.json, then placing the resulting file within the workflow folder.
- I have a script (updatePresets.scpt)within to automate that process if the presets need to be updated as gestures are added, but it depends a lot on UI interaction so use at your own risk.