Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-01-18 | programs: Disable SE dead keys in PuTTY | John Ankarström | |
2021-01-18 | programs: Fix Firefox detection, add CSS toggle hotkeys | John Ankarström | |
2021-01-18 | keyboard: Add easier {}| keys to ANSI layout | John Ankarström | |
2020-12-29 | kompozer: Add tag menu hotkeys | John Ankarström | |
2020-12-29 | kompozer: Use hotkeys only in main KompoZer window | John Ankarström | |
2020-12-29 | keyboard: Add more Swedish characters to ANSI layout | John Ankarström | |
2020-12-28 | Move KompoZer hotkeys to tt.programs.kompozer.ahk | John Ankarström | |
2020-12-28 | keyboard: Remove legacy hotkeys | John Ankarström | |
2020-12-26 | Add us.ico for US (EN) layout | John Ankarström | |
2020-12-26 | layout: Define explicitly which layouts to toggle between | John Ankarström | |
2020-12-26 | keyboard: Add "alt mode", but disable all such hotkeys | John Ankarström | |
2020-12-26 | keyboard: Add ANSI keyboard mappings for åäö | John Ankarström | |
2020-12-26 | keyboard: Add bindings for en dash and eszett | John Ankarström | |
2020-12-26 | scripts: Remove Caps Lock tooltip | John Ankarström | |
2020-12-26 | explorer: Add copy file path hotkey | John Ankarström | |
2020-12-26 | explorer: Fix and improve new text file hotkey | John Ankarström | |
2020-12-26 | doubleclick, explorer: Simplify DoubleClick function | John Ankarström | |
Also invoke Edit2 action when Shift is held. | |||
2020-12-26 | scripts, keyboard: Move LWin start menu prevention | John Ankarström | |
2020-12-21 | programs: Add Photoshop hotkeys | John Ankarström | |
2020-12-21 | programs: Add KompoZer hotkeys | John Ankarström | |
2020-12-21 | programs: Update Firefox hotkeys | John Ankarström | |
2020-12-21 | windows: Improve 'minimze previous window' hotkey | John Ankarström | |
2020-12-16 | programs: Add Firefox ^' -> ^g alias | John Ankarström | |
2020-12-16 | scripts: Change wording of CapsLock tooltip | John Ankarström | |
2020-12-16 | keyboard: Add | hotkey | John Ankarström | |
For some weird reason, AltGr-< doesn't produce |, even though it should. | |||
2020-12-15 | scripts: Add CapsLock tool tip | John Ankarström | |
2020-12-15 | Add 'keyboard' script (hotkeys for new keyboard) | John Ankarström | |
The Fujitsu FKB8530 is an optionally split keyboard, without arrow keys or numpad. These hotkeys made it very much bearable to use. |