Mr. Doge
Mr. Doge
I'm out of ideas, try running as admin ? also try out this branch https://github.com/FuPeiJiang/VD.ahk/tree/debug39 I assume you're using AHK v1 the ToolTips are explained here: https://github.com/FuPeiJiang/VD.ahk/issues/40#issuecomment-1551633122 but that's not...
I'm not able to switch VD when Microsoft Teams Chrome_WidgetWin_1 Teams.exe 0x14C20000 0x00000100 is active I feel a fix is incoming to this issue because I'm able to reproduce something...
@mmaukii download the newest version again ? and run as admin ? the branch is : class_VD the commit is : [{LShift Down} doesn't work, needs `keybd_event`](https://github.com/FuPeiJiang/VD.ahk/commit/5862e5ea649b0e50b9b5351c36fe3d30a8aac2e1)
@mmaukii so the fix would be to remove ```ahk if (this._activateWindowUnder(VD_animation_gui_hwnd)==-1) { this._activateDesktopBackground() } ``` inside goToDesktopNum ? but before I do that, can you tell me if the code...
```ahk _activateWindowUnder(excludeHwnd:=-1) { bak_DetectHiddenWindows:=A_DetectHiddenWindows DetectHiddenWindows, off returnValue:=-1 WinGet, outHwndList, List loop % outHwndList { theHwnd:=outHwndList%A_Index% if (theHwnd == excludeHwnd) { continue } if (pView:=this._isValidWindow(theHwnd)) { WinGet, OutputVar_MinMax, MinMax, % "ahk_id...
so firefox was the active window before switching ? or it is the active window in the desktop you're trying to switch to ? this is weird, because it isn't...
@mmaukii does this work now ? download the latest version, not the commit 7c0a466
@BHWarrior does it work with the newest update ?
@BHWarrior Thanks for checking
* I don't know of a way to start a process directly on a specific VD * I don't know of a way to move a Hidden window to another...