Skip to content

Instantly share code, notes, and snippets.

@raster
Created January 3, 2021 04:30
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 raster/e367fccf694c45710a11ebc5d7f19b83 to your computer and use it in GitHub Desktop.
Save raster/e367fccf694c45710a11ebc5d7f19b83 to your computer and use it in GitHub Desktop.
An AutoHotKey script for the 8K Controller
#SingleInstance Prompt
F13::
Run https://www.google.com/
return
F14::
Run http://rasterweb.net/raster/
return
F15::
Run https://hackaday.com/blog/
return
F16::
Run http://127.0.0.1/
return
F17::
Run http://camerapi.local/
return
F18::
Run https://twitter.com/
return
F19::
Run https://facebook.com/
return
F20::
Run https://www.autohotkey.com/
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment