VD.ahk icon indicating copy to clipboard operation
VD.ahk copied to clipboard

v2_port分支没有 TogglePinApp,PinApp,UnPinApp

Open huo-feng-ding opened this issue 11 months ago • 6 comments

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

huo-feng-ding avatar Feb 28 '24 09:02 huo-feng-ding

why use PinApp instead of PinWindow ?

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

FuPeiJiang avatar Feb 29 '24 02:02 FuPeiJiang

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

huo-feng-ding avatar Feb 29 '24 06:02 huo-feng-ding

why use PinApp instead of PinWindow ?

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

I would like to share all windows of a specific application across all desktops and, after switching to a specified desktop, cancel the sharing. This would achieve the effect of batch moving windows to the specified desktop. Even simply sharing the same application to all desktops is valuable to me.

Also, thank you very much for your work; It's really cool!

wzj-zz avatar Sep 03 '24 21:09 wzj-zz

@wzj-zz

This would achieve the effect of batch moving windows to the specified desktop.

can you tell me which program it is ? Maybe another way would be simpler

I will very probably merge @huo-feng-ding's PR, I'm just exploring other options

FuPeiJiang avatar Sep 03 '24 21:09 FuPeiJiang

can you tell me which program it is ? Maybe another way would be simpler

I’m not sure if I fully understand your meaning. My scenario is that I want to create a script that can share a memo with multiple windows across all desktops. Another situation is that I could use this feature to share a game window across all desktops and then switch to a specific desktop to stop sharing, thereby indirectly achieving the functionality of moving multiple windows at once.

wzj-zz avatar Sep 05 '24 10:09 wzj-zz