FuPeiJiang / VD.ahk

Windows Virtual Desktop, AutoHotkey, Windows 11 support, Windows Server 2022, switch desktop, move window(wintitle) to current desktop; createDesktop, PinWindow, getCount, getDesktopNumOfWindow -> mute all windows in Virtual Desktop
MIT License
319 stars 45 forks source link

VD.ah2: remove duplicate calls #30

Closed StalkR closed 1 year ago

StalkR commented 1 year ago

Not sure why they're there, was it unreliable with just one?

Works fine with me on Windows 11 with a single call.

FuPeiJiang commented 1 year ago

if I remember correctly, on windows 10: 2 calls are required to reliably get out of full screen applications, 1 call is reliable for non-fullscreen, but that's a longgggg time now : so I may not remember correctly, but I don't want to retest anymore

StalkR commented 1 year ago

Ah ok. Well I just tried moving a fullscreen app (vlc) a couple times, and a single call worked just fine. I'll see over time if it's ever not reliable. Feel free to close the PR if you don't want to merge.