aboutsummaryrefslogtreecommitdiff
path: root/scripts.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts.ahk')
-rw-r--r--scripts.ahk12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts.ahk b/scripts.ahk
index f022e7b..3aaa694 100644
--- a/scripts.ahk
+++ b/scripts.ahk
@@ -36,18 +36,6 @@ return
#e::Run, % "explorer /n, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
#!t::WinSet, AlwaysOnTop,, ahk_class tooltips_class32 ; fix bug
-; Set default web browser
-
-#^d::
-Run, reg import "%A_ScriptDir%\chrome.reg",, Hide
-DllCall("Shell32\SHChangeNotify", UInt, 0x08000000, UInt, 0, UIntP, 0, UIntP, 0)
-return
-
-#!d::
-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