aboutsummaryrefslogtreecommitdiff
path: root/tt.programs.explorer.ahk
diff options
context:
space:
mode:
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() """"