An AutoHotKey script for the 8K Controller
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
#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