Search by UUID ---

I call triggers through UUIDs a LOT, and sometimes it's hard to trace back which trigger a particular UUID belongs to.

My request is to enhance the existing search feature by allowing UUIDs to be used as query.

Thank you.

Will do! For now you could get the relevant trigger via Apple Script:

tell application "BetterTouchTool"
	return get_trigger "D7C9CB6E-929B-405D-86A5-32305A423DA3"	
end tell
2 Likes

Awesome, thank you :slight_smile: