aboutsummaryrefslogtreecommitdiff
path: root/tt.programs.explorer.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-11 16:44:26 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-11 16:44:26 +0100
commit63a13305b656ce5d2e502773bf2c17c99f3992b3 (patch)
tree78375ec2c43c6dcb71c5b041670780eca6e98954 /tt.programs.explorer.ahk
parent15d51b8def343ab6b577f4c913a2d20baa9e6aa2 (diff)
downloadahk-63a13305b656ce5d2e502773bf2c17c99f3992b3.tar.gz
Remove default browser hotkeys
These were desigend for Windows XP. If I start browser-hopping again, I might re-instate these hotkeys and update the registry files for Windows 7.
Diffstat (limited to 'tt.programs.explorer.ahk')
-rw-r--r--tt.programs.explorer.ahk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk
index db07380..7012451 100644
--- a/tt.programs.explorer.ahk
+++ b/tt.programs.explorer.ahk
@@ -38,6 +38,10 @@ ExplorerPath()
#IfWinActive ahk_group ExplorerDesktop
+; Reload icons
+
+^+r::DllCall("Shell32\SHChangeNotify", UInt, 0x08000000, UInt, 0, UIntP, 0, UIntP, 0)
+
; Open new window/command prompt
^n::Run, % "explorer /n,""" ExplorerPath() """"