Advertisement
This is comment for paste
Time Saver (redundant version of God Mode).ahk
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; These are merely so that they get buffered if the OS were to lag, which might cause the `SetVlcVideoOutputForRelevantFeatureFix` fn to be taking too long to finish (then VLC opens without the setting change, although I highly doubt that this will ever happen.. my tests revealed that the fn finishes before the `LButton up` after selection)
- #HotIf (WinActive("ahk_group FileExplorer"))
- LButton::Send("{LButton down}"), KeyWait("LButton"), Send("{LButton up}")
- Enter::Send("{Enter}"), KeyWait("Enter")
- GroupAdd("FileExplorer", "ahk_class Progman")
- GroupAdd("FileExplorer", "ahk_class WorkerW")
- GroupAdd("FileExplorer", "ahk_class CabinetWClass")
- GroupAdd("FileExplorer", "ahk_class ExploreWClass")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement