💻 Software
How to simulate Win+D in AutoHotkey
Fresh5 days ago
Mar 15, 202623900 viewsConfidence Score0%
0%
Problem
I have just started using AutoHotkey on my Windows 7 and love it but have run into a problem in creating a script to minimize/un-minimize active window. The problem is that the windows command that does that is the windows key + D so in creating the script, the minute I hit the windows key, the sta…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to simulate Win+D in AutoHotkey
Low Risk
If I understand correctly, you are trying to simulate the following keyboard shortcut: Win+D To do so in AutoHotkey, use the Send command. You can use the Windows key modifier : or you can be explicit:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix