Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | Add tiny/cfg.ahkHEADmaster | John Ankarström | |
I've grown a bit tired of maintaining such a large script... | |||
2021-12-15 | windowselect: Disable special window selection hotkeys | John Ankarström | |
2021-12-15 | windows: Disable taskbar middle click hotkey | John Ankarström | |
2021-12-15 | windows: Fix Chrome issue | John Ankarström | |
2021-12-15 | volume: Disable scroll volume change hotkey | John Ankarström | |
2021-12-15 | explorer: Fix Win-double click (broken by layout hotkey change) | John Ankarström | |
2021-12-15 | programs: Add Crusader Kings 2 bindings | John Ankarström | |
2021-12-15 | layout: Change key binding, add Japanese | John Ankarström | |
2021-12-15 | keyboard: Update ANSI layout | John Ankarström | |
2021-12-15 | Disable Zoom mute toggle | John Ankarström | |
2021-08-24 | windowselect: Add new, special hotkeys | John Ankarström | |
2021-08-24 | windows: Add hotkeys to raise and hide application windows | John Ankarström | |
2021-08-24 | programs: Add Victoria 2 hotkeys and cursor clipping | John Ankarström | |
2021-08-24 | programs: Add Opera hotkeys | John Ankarström | |
2021-08-24 | programs: Add SimCity 4 hotkeys | John Ankarström | |
2021-08-24 | programs: Add hotkey to save quickly in Excel | John Ankarström | |
2021-08-24 | keyboard: Remove old hotkeys | John Ankarström | |
2021-08-24 | scripts: Add hotkey to turn off monitor | John Ankarström | |
2021-05-23 | kompozer: Improve mouse handling | John Ankarström | |
2021-05-23 | programs: MPC-HC reset size shortcut | John Ankarström | |
2021-05-23 | programs: Remove Emacs RAlt binding | John Ankarström | |
2021-05-23 | layout: Change default layout to Swedish | John Ankarström | |
2021-05-23 | keyboard: Add Ukrainian characters to Russian layout | John Ankarström | |
2021-05-23 | scripts: Change Sleep shortcut keys | John Ankarström | |
2021-05-23 | scripts: Improve Show Desktop shortcut | John Ankarström | |
2021-05-23 | scripts: Add Zoom mute shortcut | John Ankarström | |
2021-04-20 | windowselect: Fix input blocking | John 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-19 | windowselect: Block input during mouse action | John Ankarström | |
This prevents the user from accidentally moving taskbar buttons around, or clicking on the wrong button. | |||
2021-04-19 | Re-write and re-add tt.windowselect.ahk | John 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). | |||
2021-04-14 | scripts: Add show/hide desktop hotkeys | John Ankarström | |
2021-04-14 | jump: Fix hotkey overlap | John Ankarström | |
When #s is triggered, the Windows key is likely going to be held down for the input to Input, but Input prevents Windows' built-in Windows-key bindings from triggering. Unfortunately, Input doesn't prevent the Windows-key bindings defined in the AutoHotkey script from triggering! Thus the global DisableHotkeys variable. | |||
2021-04-12 | Open My Computer in existing window if already open | John Ankarström | |
2021-02-05 | explorer: Remove unnecessary DLL call | John Ankarström | |
2021-02-05 | programs: Fix Firefox CSS hotkeys | John Ankarström | |
2021-02-05 | jump: Open in existing window if already open, fix Win key issues | John Ankarström | |
2021-01-31 | programs: Fix Drawterm Alt-Tab handling | John Ankarström | |
2021-01-30 | programs: Add Drawterm mappings | John Ankarström | |
2021-01-30 | explorer: Fix command prompt bug | John Ankarström | |
2021-01-30 | layout: Fix layout switching bug | John Ankarström | |
2021-01-30 | keyboard: Disable SE dead keys when Num Lock is active | John Ankarström | |
2021-01-30 | keyboard: Add Acer 6312-K mappings | John Ankarström | |
2021-01-30 | Add hotkey to print screen to file in clipboard | John Ankarström | |
2021-01-24 | jump: Re-press Win if Win is still held after execution | John Ankarström | |
2021-01-21 | keyboard: Put hotkeys in body (add missing tt directive) | John Ankarström | |
2021-01-21 | jump: Fix layout bug (missing return statement) | John Ankarström | |
2021-01-21 | layout: Change language switch hotkey | John Ankarström | |
2021-01-18 | traymenu: Remove ... from Rebuild option | John Ankarström | |
2021-01-18 | programs.kompozer: Use NumLock for ToC macros | John Ankarström | |
2021-01-18 | programs.explorer: Remove Alt-Up hotkey (Windows 7 already provides it) | John Ankarström | |
This hotkey was useful in Windows XP, but doesn't work properly in Windows 7. I could probably fix it, but it's easier to just use Windows 7's built-in hotkey. | |||
2021-01-18 | programs.explorer: Open cmd as user with new RunAsUser function | John Ankarström | |
I usually run the script as administrator, but this creates friction when logged into Windows as a non-administrator. For example, mounted SMB shares are not available in the administrator's cmd window. |