Skip to content

Instantly share code, notes, and snippets.

@corintxt
Last active November 9, 2023 17:08
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corintxt/3d2f58c516eaecdaa7fb653f19e0e09d to your computer and use it in GitHub Desktop.
Save corintxt/3d2f58c516eaecdaa7fb653f19e0e09d to your computer and use it in GitHub Desktop.
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
@trekon1701
Copy link

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. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment