aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-15Add tiny/cfg.ahkHEADmasterJohn Ankarström
I've grown a bit tired of maintaining such a large script...
2021-12-15windowselect: Disable special window selection hotkeysJohn Ankarström
2021-12-15windows: Disable taskbar middle click hotkeyJohn Ankarström
2021-12-15windows: Fix Chrome issueJohn Ankarström
2021-12-15volume: Disable scroll volume change hotkeyJohn Ankarström
2021-12-15explorer: Fix Win-double click (broken by layout hotkey change)John Ankarström
2021-12-15programs: Add Crusader Kings 2 bindingsJohn Ankarström
2021-12-15layout: Change key binding, add JapaneseJohn Ankarström
2021-12-15keyboard: Update ANSI layoutJohn Ankarström
2021-12-15Disable Zoom mute toggleJohn Ankarström
2021-08-24windowselect: Add new, special hotkeysJohn Ankarström
2021-08-24windows: Add hotkeys to raise and hide application windowsJohn Ankarström
2021-08-24programs: Add Victoria 2 hotkeys and cursor clippingJohn Ankarström
2021-08-24programs: Add Opera hotkeysJohn Ankarström
2021-08-24programs: Add SimCity 4 hotkeysJohn Ankarström
2021-08-24programs: Add hotkey to save quickly in ExcelJohn Ankarström
2021-08-24keyboard: Remove old hotkeysJohn Ankarström
2021-08-24scripts: Add hotkey to turn off monitorJohn Ankarström
2021-05-23kompozer: Improve mouse handlingJohn Ankarström
2021-05-23programs: MPC-HC reset size shortcutJohn Ankarström
2021-05-23programs: Remove Emacs RAlt bindingJohn Ankarström
2021-05-23layout: Change default layout to SwedishJohn Ankarström
2021-05-23keyboard: Add Ukrainian characters to Russian layoutJohn Ankarström
2021-05-23scripts: Change Sleep shortcut keysJohn Ankarström
2021-05-23scripts: Improve Show Desktop shortcutJohn Ankarström
2021-05-23scripts: Add Zoom mute shortcutJohn 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).
2021-04-14scripts: Add show/hide desktop hotkeysJohn Ankarström
2021-04-14jump: Fix hotkey overlapJohn 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-12Open My Computer in existing window if already openJohn Ankarström
2021-02-05explorer: Remove unnecessary DLL callJohn Ankarström
2021-02-05programs: Fix Firefox CSS hotkeysJohn Ankarström
2021-02-05jump: Open in existing window if already open, fix Win key issuesJohn Ankarström
2021-01-31programs: Fix Drawterm Alt-Tab handlingJohn Ankarström
2021-01-30programs: Add Drawterm mappingsJohn Ankarström
2021-01-30explorer: Fix command prompt bugJohn Ankarström
2021-01-30layout: Fix layout switching bugJohn Ankarström
2021-01-30keyboard: Disable SE dead keys when Num Lock is activeJohn Ankarström
2021-01-30keyboard: Add Acer 6312-K mappingsJohn Ankarström
2021-01-30Add hotkey to print screen to file in clipboardJohn Ankarström
2021-01-24jump: Re-press Win if Win is still held after executionJohn Ankarström
2021-01-21keyboard: Put hotkeys in body (add missing tt directive)John Ankarström
2021-01-21jump: Fix layout bug (missing return statement)John Ankarström
2021-01-21layout: Change language switch hotkeyJohn Ankarström
2021-01-18traymenu: Remove ... from Rebuild optionJohn Ankarström
2021-01-18programs.kompozer: Use NumLock for ToC macrosJohn Ankarström
2021-01-18programs.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-18programs.explorer: Open cmd as user with new RunAsUser functionJohn 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.