-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2_port分支没有 TogglePinApp,PinApp,UnPinApp #67
Comments
why use do you prefer |
这个功能我也不怎么用,只是有点强迫症,试了下发现没有这三个方法,呵呵 |
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! |
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 |
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. |
memo.ah2 #Include %A_LineFile%\..\VD.ah2
myGui:=Gui()
myGui.Show("w100 h100 x0 y0")
myGui2:=Gui()
myGui2.Show("w100 h100 x200 y200")
f1::{
VD.TogglePinExe(WinGetProcessPath(myGui.Hwnd))
} |
numpadDot::VD.TogglePinApp("A")
^numpadDot::VD.PinApp("A")
!numpadDot::VD.UnPinApp("A")
这三个方法在v2_port分支里没有找到
The text was updated successfully, but these errors were encountered: