Last active
November 9, 2023 17:08
-
-
Save corintxt/3d2f58c516eaecdaa7fb653f19e0e09d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Navigate Chrome on macOS to The Verge website | |
DELAY 2000 | |
ATTACKMODE HID STORAGE VID_05AC PID_0220 MAN_HAK5 PROD_DUCKY SERIAL_1337 | |
DELAY 1000 | |
REM Open Launcher | |
F4 | |
DELAY 500 | |
REM Launch Chrome | |
STRING Chrome | |
DELAY 200 | |
ENTER | |
DELAY 500 | |
REM Open new window | |
COMMAND n | |
DELAY 500 | |
STRINGLN theverge.com | |
DELAY 3000 | |
REM Close window | |
COMMAND w |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wonder if COMMAND SPACE would work better (more universally) for Finder Search in-case a user has their function keys set to need to press fn to get the actions...
Anyway, great article. :-)