Mr. Doge

Results 63 comments of Mr. Doge

> I see no ToolTips of any kind when I press the hotkeys. some tooltips should appear I suspect that you have 2 VD.ahk folders delete to recycle bin the...

more a note to myself: Loading Microsoft Teams ahk_class Chrome_WidgetWin_1 ahk_exe Teams.exe Style:0x1CC00000 ExStyle:0x00000100 moving pView from hwnd of "Loading Microsoft Teams" works, pView from hwnd of "Microsoft Teams" doesn't

@mmaukii in the newest update: ```ahk VD.setNameToDesktopNum(desktopName,desktopNum) ``` example: ```ahk VD.setNameToDesktopNum("custom Desktop Name",3) ```

what do you mean ? can you write pseudocode ? 3 possibilities I can think of: 1\) ```ahk if (VD.WinExistInDesktopNum(winTitle,desktopNum:=2)) { WinActivate(winTitle) } else { Run(command) } ``` 2\) ```ahk...

@Morgenkaff `WinExist` with `DetectHiddenWindows 1` will search in all VD ```ahk DetectHiddenWindows 1 if (WinExist(winTitle)) { VD.MoveWindowToCurrentDesktop(winTitle) } else { Run(command) } ``` `getDesktopNumOfWindow` probably searches in all VD too...

@mariusmg ```ahk VD.MoveWindowToCurrentDesktop("ahk_pid" PID) WinActivate("ahk_pid" PID) ``` does this code work for you ? if yes, I don't know what you're asking, because this is by PID if no, what...

@jesse9212 thanks for the bug report , should be fixed now

It wasn't possible, I thought only `MoveWindowToRelativeDesktopNum()` was needed since only that was specifically requested without requesting both `MoveWindowToRelativeDesktopNum()` and `gotoRelativeDesktopNum()`

> [FuPeiJiang](https://github.com/FuPeiJiang) added a commit that referenced this issue [4 hours ago](https://github.com/FuPeiJiang/VD.ahk/issues/28#ref-commit-77dedaa) if you see this above my message, it means I added it (I guess it's an indirect way...

discord permalink please ?