Mr. Doge

Results 63 comments of Mr. Doge

I need to read: [How to get the z-order in windows?](https://stackoverflow.com/questions/825595/how-to-get-the-z-order-in-windows) [Updating the Z-Order of Many Windows Using Win32 API](https://stackoverflow.com/questions/3282328/updating-the-z-order-of-many-windows-using-win32-api) because when a pinned window becomes the active window on...

is there such a function as createViewOnAllDesktops, so we don't have to use PinApp ?

this is the minimum to reproduce it: ```ahk #SingleInstance force ListLines 0 SendMode "Input" SetWorkingDir A_ScriptDir KeyHistory 0 #WinActivateForce ProcessSetPriority "H" SetWinDelay -1 SetControlDelay -1 keybd_eventDown("LWin") keybd_eventDown("LCtrl") keybd_eventDown("LShift") WinActivate "ahk_class...

this even happens on Windows 10 > Help disabling Office hotkey of Ctrl + Win + Alt + Shift that leads to Office 365 Login Page https://answers.microsoft.com/en-us/msoffice/forum/all/help-disabling-office-hotkey-of-ctrl-win-alt-shift/040ef6e5-8152-449b-849a-7494323101bb this makes me...

@christodoulos does this fix it ?

before I bring in a proper fix, does this work ? ```ahk ; move window to left and follow it ^#+left:: keybd_eventUp("LShift") VD.goToDesktopNum(VD.MoveWindowToRelativeDesktopNum("A", -1)) Send % "{LShift down}" return ;...

which version of AHK are you using ? ```ahk MsgBox % Clipboard:=A_AhkVersion ``` maybe the implementation for WinActivate has changed

@christodoulos try this script, I added `keybd_eventUp("LShift")` ```ahk ;#SETUP START #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #SingleInstance force ListLines Off SetBatchLines -1 SendMode Input ;...

in order to debug, checkout the branch https://github.com/FuPeiJiang/VD.ahk/tree/tooltip-debug, use your unedited `D-move-window-with-desktop.ahk` script, not the ones I sent there are 3 possible ToolTips: 1. ToolTip % "WinActivate % ""ahk_class WorkerW...

nvm, there Are no VD animations in Win11 great news, I've been able to reproduce the issue again