aboutsummaryrefslogtreecommitdiff
path: root/tt.windowselect.ahk
AgeCommit message (Collapse)Author
2021-12-15windowselect: Disable special window selection hotkeysJohn Ankarström
2021-08-24windowselect: Add new, special hotkeysJohn Ankarström
2021-04-20windowselect: Fix input blockingJohn Ankarström
Now blocking only mouse input. Previously, keyboard input would be blocked as well, potentially preventing the Windows key from being released, leading to problems after the hotkey has been executed. Also, it turns out that some larger offset is needed to quickly restore/minimize windows by clicking on the taskbar button while only the desktop is open. So I fixed that too.
2021-04-19windowselect: Block input during mouse actionJohn Ankarström
This prevents the user from accidentally moving taskbar buttons around, or clicking on the wrong button.
2021-04-19Re-write and re-add tt.windowselect.ahkJohn Ankarström
This Windows 7 variant just clicks the relevant taskbar buttons. I made this in order to circumvent an issue I had with 7+ Taskbar Tweaker, where an option that changes the left-click behavior of taskbar buttons didn't apply when using the shortcut keys (Win-n).
2020-12-02Switch to Windows 7John Ankarström
2020-12-01Switch from spaces to tabswindowsxpJohn Ankarström
2020-10-23first commitJohn Ankarström