Advertisement
Lorenzo501
Feb 7th, 2025
2
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; 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)
  2. #HotIf (WinActive("ahk_group FileExplorer"))
  3. LButton::Send("{LButton down}"), KeyWait("LButton"), Send("{LButton up}")
  4. Enter::Send("{Enter}"), KeyWait("Enter")
  5.  
  6. GroupAdd("FileExplorer", "ahk_class Progman")
  7. GroupAdd("FileExplorer", "ahk_class WorkerW")
  8. GroupAdd("FileExplorer", "ahk_class CabinetWClass")
  9. GroupAdd("FileExplorer", "ahk_class ExploreWClass")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement