Mr. Doge
Mr. Doge
thank you for this bug report: this doesn't only happen in v2_port, this also happens in v1, it's a somehow missed line of code for windows 11 https://github.com/FuPeiJiang/VD.ahk/commit/5d4bed4359c6f15e02939f4875174a91e6a60035 hope this...
> Is v2 going to be the new main version? not really, because I will be updating both v1 and v2 at the same time, updates are rare, so that's...
@Konfekt what's the use case ? do you want alt+tab behavior but for virtual desktop ? or do you want to store it in a history ? (instead of storing...
@arakis I can't reproduce on Windows 11 nor Windows 10 ```ahk ;you should first Run this, then Read this ;Ctrl + F: jump to #useful stuff ;#SETUP START #SingleInstance force...
the next step in debugging would be to put ```ahk ToolTip WinGetTitle("ahk_id " theHwnd) " ahk_class " WinGetClass("ahk_id " theHwnd) " ahk_exe " WinGetProcessName("ahk_id " theHwnd) ``` above ```ahk WinActivate...
@arakis it should work now > But I'm still asking me why this problem never occurs, when using the built-in windows shortcut. In other words: Without the autohotkey script, the...
why use `PinApp` instead of `PinWindow` ? do you prefer `PinApp` because it pins all the subWindows of the same app ?
@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...
just to make sure: "shared on all desktops means" is a synonym for "Show this window on all desktops" or VD.PinWindow() \_\_\_ what's the active window you tried it with...
@mmaukii try the update ? after reading https://github.com/MScholtes/VirtualDesktop/issues/57#issuecomment-1546869770 the desktopBackground is "shared on all desktops", so I'm trying WinActivate desktopBackground before switching