RamonUnch
RamonUnch
This is not possible because AltSnap cannot modify windows on the fly when they are popping up. AltSnap only interacts with the windows you select and when you perform an...
Well any window that has no parent and no owner could be considered as modeless. You can use GetParent() function to know if a window has a parent. If it...
Could you try to add the V key (code 56)to the kill key list in the [input] section of the .ini file: eg: `Killkeys=09 4C 2E 56` I guess you...
Also maybe elevating AltSnap may fix it (you can do it from the tray menu), maybe you already do...
@Ichisich AltSnap sends Ctrl at the end of a movement, to avoid menu activation, a movement should occur to trigger this though. Maybe then try running AltSnap non-elevated, in this...
Latest 1.49 release might have fixed it because all keys from A-Z are now by default acting as kill-keys. This should avoid more interaction with system shortcuts, and should not...
@jockie It has been a month you submitted this issue is it solved?
I am closing this one, it was inactive for too long and is not reproducible. Feel free to re-open if needed.
Quite strange indeed. AltSnap simply sets the "root" window to the TOPMOST state, using SetWindowPos. To get the root, it uses GetAncestor(hwnd, GA_ROOT). once the root window of a program...
It is a more details than I need already, however there is no difference between your two examples, both correspond to the very same window (handle=0x00470D3A), same rectangle etc. It...