VD.ahk
VD.ahk copied to clipboard
v2_port分支没有 TogglePinApp,PinApp,UnPinApp
numpadDot::VD.TogglePinApp("A") ^numpadDot::VD.PinApp("A") !numpadDot::VD.UnPinApp("A") 这三个方法在v2_port分支里没有找到
why use PinApp
instead of PinWindow
?
do you prefer PinApp
because it pins all the subWindows of the same app ?
这个功能我也不怎么用,只是有点强迫症,试了下发现没有这三个方法,呵呵
why use
PinApp
instead ofPinWindow
?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
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
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.