Skip to content

Instantly share code, notes, and snippets.

@touzoku
Created April 3, 2019 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save touzoku/aacc6acd2a5c71595f2f7b89549fae70 to your computer and use it in GitHub Desktop.
Save touzoku/aacc6acd2a5c71595f2f7b89549fae70 to your computer and use it in GitHub Desktop.
Rubber Ducky code that works on Macs with multiple keyboards
REM Hits ⌘+Space then Ctrl+Space then 英数 button (HID 145)
REM Guarantees Spotlight open and English keyboard
REM Must use Ducky encoder with HID command support
REM https://github.com/mame82/USB-Rubber-Ducky/tree/USB-HID-keycode
DELAY 1000
GUI SPACE
CTRL SPACE
HID 145
STRING terminal
DELAY 500
ENTER
DELAY 2000
STRING osascript -e 'set volume 7'
DELAY 500
ENTER
DELAY 500
STRING open https://youtu.be/Ct6BUPvE2sM?t=17
DELAY 500
ENTER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment