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