Merge pull request #694 from thedragonkeeper/win-as-admin-ex

EXTENSION UPDATE - Windows run as admin
This commit is contained in:
Peaks
2025-01-27 19:58:34 -05:00
committed by GitHub

View File

@@ -23,6 +23,12 @@ function RUN() {
QUACK STRING "$@"
QUACK ENTER
;;
WIN_ADMIN)
QUACK GUI r
QUACK DELAY 500
QUACK STRING "$@"
QUACK CTRL-SHIFT ENTER
;;
OSX)
QUACK GUI SPACE
QUACK DELAY 500