diff options
-rw-r--r-- | scripts.ahk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts.ahk b/scripts.ahk index da39d5d..3e9c222 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -54,7 +54,13 @@ return #Pause::Media_Next #If !DisableHotkeys -#d::#m +#d:: +if (not WinActive("ahk_group Desktop")) ; see tt.programs.explorer.ahk +{ + SendInput, #m + WinActivate, ahk_group Desktop +} +return #+d::#+m #If |