aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-01-18programs: Disable SE dead keys in PuTTYJohn Ankarström
2021-01-18programs: Fix Firefox detection, add CSS toggle hotkeysJohn Ankarström
2021-01-18keyboard: Add easier {}| keys to ANSI layoutJohn Ankarström
2020-12-29kompozer: Add tag menu hotkeysJohn Ankarström
2020-12-29kompozer: Use hotkeys only in main KompoZer windowJohn Ankarström
2020-12-29keyboard: Add more Swedish characters to ANSI layoutJohn Ankarström
2020-12-28Move KompoZer hotkeys to tt.programs.kompozer.ahkJohn Ankarström
2020-12-28keyboard: Remove legacy hotkeysJohn Ankarström
2020-12-26Add us.ico for US (EN) layoutJohn Ankarström
2020-12-26layout: Define explicitly which layouts to toggle betweenJohn Ankarström
2020-12-26keyboard: Add "alt mode", but disable all such hotkeysJohn Ankarström
2020-12-26keyboard: Add ANSI keyboard mappings for åäöJohn Ankarström
2020-12-26keyboard: Add bindings for en dash and eszettJohn Ankarström
2020-12-26scripts: Remove Caps Lock tooltipJohn Ankarström
2020-12-26explorer: Add copy file path hotkeyJohn Ankarström
2020-12-26explorer: Fix and improve new text file hotkeyJohn Ankarström
2020-12-26doubleclick, explorer: Simplify DoubleClick functionJohn Ankarström
Also invoke Edit2 action when Shift is held.
2020-12-26scripts, keyboard: Move LWin start menu preventionJohn Ankarström
2020-12-21programs: Add Photoshop hotkeysJohn Ankarström
2020-12-21programs: Add KompoZer hotkeysJohn Ankarström
2020-12-21programs: Update Firefox hotkeysJohn Ankarström
2020-12-21windows: Improve 'minimze previous window' hotkeyJohn Ankarström
2020-12-16programs: Add Firefox ^' -> ^g aliasJohn Ankarström
2020-12-16scripts: Change wording of CapsLock tooltipJohn Ankarström
2020-12-16keyboard: Add | hotkeyJohn Ankarström
For some weird reason, AltGr-< doesn't produce |, even though it should.
2020-12-15scripts: Add CapsLock tool tipJohn Ankarström
2020-12-15Add '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.
2020-12-15scroll: Fix PgUp/PgDn hotkeysJohn Ankarström
2020-12-15layout: Change layout swap hotkeyJohn Ankarström
2020-12-11jump: Change formattingJohn Ankarström
I have switched to tabs, as I now use a proportional font in SciTE4AutoHotkey.
2020-12-11windows: Disable background window activation hotkeyJohn Ankarström
It does not seem to work properly in Windows 7. Might need to change it.
2020-12-11jump: Remove option to open path in current windowJohn Ankarström
2020-12-11Remove default browser hotkeysJohn Ankarström
These were desigend for Windows XP. If I start browser-hopping again, I might re-instate these hotkeys and update the registry files for Windows 7.
2020-12-05scroll: Revert PgUp/PgDn to normal behaviorJohn Ankarström