Mr. Doge
Mr. Doge
I was able to reproduce using telegram.exe portable, a winTitle of "Telegram" has many possible hwnd, I need to loop through them
@zhcqiu > [FuPeiJiang](https://github.com/FuPeiJiang) added a commit that referenced this issue [13 hours ago](https://github.com/FuPeiJiang/VD.ahk/issues/46#ref-commit-273edef) update and try, does it work now ?
there is no api, from the repos I "copy" code from, that enables animation https://github.com/Ciantic/VirtualDesktopAccessor/issues/29#issuecomment-582866555 https://github.com/Grabacr07/VirtualDesktop/pull/23 https://github.com/MScholtes/VirtualDesktop/issues/16 because there's only animation when you switch to adjacent virtual desktop, there is...
It is possible to add the no-animation way back, but you can disable animations in windows appearance settings, is there a downside to that ?
I see: animation for windows builtin hotkeys, no-animation for ahk custom hotkeys I'm gonna add it like this: `VD.animation_on:=false` Any improvements/ideas on this before I add it ?
This flag/boolean should be useless in windows 11 since even builtin hotkeys don't have animation
> This flag/boolean should be useless in windows 11 since even builtin hotkeys don't have animation this is wrong information, windows 11 has an animation too, I don't know what...
an early version of windows 11 had no animation at all for later versions of windows 11, we can use `SwitchDesktopWithAnimation(IVirtualDesktop)` for animation for windows 10, we can use `SetForegroundWindow(HWND)`...
@TWF1212 well, here it is, sorry for the long wait please report additional bugs that may occur when using `VD.animation_on:=false`
@huo-feng-ding `Tim.exe` 是 `C:\Program Files (x86)\Tencent\TIM\Bin\TIM.exe` 吗?