I am a BTT user who wants to
- add a menu item to Finder's context menu to create a new file as per Extending Finder Context Menu | BetterTouchTool Documentation
And I expect to see
- the new menu item and when it's clicked, for it to create a new file called
newfile.txt
But what happens is
- when I click the new menu item, nothing happens
And this is because
- there's a typo in the instructions:
touch "{BTTFinderContextMenuTargetPath/newfile.txt}"- should instead read
touch "{BTTFinderContextMenuTargetPath}/newfile.txt"
Device information
- Type of Mac: MBP M1 16"
- macOS version: 26.5.2 (25F84)
- BetterTouchTool version: 6.639
Additional information (e.g. crash logs, related issues, etc.):
- a change to the documentation is all that's required.
Cheers