Moved some raycast scripts to standard scripts
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/osascript
|
||||
|
||||
tell application "BetterTouchTool"
|
||||
trigger_action "{ BTTPredefinedActionType: 122}" -- Toggle Notification Center (Open)
|
||||
trigger_action "{ BTTPredefinedActionType: 289}" -- Clear notifications
|
||||
end tell
|
||||
|
||||
delay 1
|
||||
|
||||
tell application "BetterTouchTool"
|
||||
trigger_action "{ BTTPredefinedActionType: 122}" -- Toggle Notification Center (Close)
|
||||
end tell
|
||||
Reference in New Issue
Block a user