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

v2_port分支没有 TogglePinApp,PinApp,UnPinApp #67

Open huo-feng-ding opened 4 months ago

huo-feng-ding commented 4 months ago

numpadDot::VD.TogglePinApp("A") ^numpadDot::VD.PinApp("A") !numpadDot::VD.UnPinApp("A") 这三个方法在v2_port分支里没有找到

FuPeiJiang commented 4 months ago

why use PinApp instead of PinWindow ?

do you prefer PinApp because it pins all the subWindows of the same app ?

huo-feng-ding commented 4 months ago

这个功能我也不怎么用,只是有点强迫症,试了下发现没有这三个方法,呵呵