I've got some AutoHotKey scripts that I use to move windows around my monitors. for example, I have [Shift]
+[Win]
+[Up]
set to move the current window to the monitor above the current one ans size proportionally
My problem is that, since upgrading to windows 10 on Friday, executing one of these functions still performs its hotkey action, but then when I release the Shift key while still holding Window, the start menu opens. When I was still on 7, the start menu would only open if I pressed and released the Window key without pressing any other keys.
I don't have this problem with my hotkeys that use Control+Window instead of Shift. It's only when I press and release the Shift key while holding Window.
How can I fix this?
#MenuMaskKey vkFF
and#UseHook
to the top of my script but I still have the same problem. – ewok