aboutsummaryrefslogtreecommitdiff
path: root/scripts.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts.ahk')
-rw-r--r--scripts.ahk5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts.ahk b/scripts.ahk
index 5d4b945..797668e 100644
--- a/scripts.ahk
+++ b/scripts.ahk
@@ -48,6 +48,11 @@ Run, reg import "%A_ScriptDir%\mypal.reg",, Hide
DllCall("Shell32\SHChangeNotify", UInt, 0x08000000, UInt, 0, UIntP, 0, UIntP, 0)
return
+; Enable/disable proxy server
+
+#^p::Run, toggleproxy 1,, Hide
+#!p::Run, toggleproxy 0,, Hide
+
; Sleep
^+F12 Up::