aboutsummaryrefslogtreecommitdiff
path: root/tt.jump.ahk
AgeCommit message (Collapse)Author
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-05jump: Open in existing window if already open, fix Win key issuesJohn Ankarström
2021-01-24jump: Re-press Win if Win is still held after executionJohn Ankarström
2021-01-21jump: Fix layout bug (missing return statement)John 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-11jump: Remove option to open path in current windowJohn Ankarström
2020-12-02Switch to Windows 7John Ankarström
2020-12-01Switch from spaces to tabswindowsxpJohn Ankarström
2020-10-31update jump pathsJohn Ankarström
2020-10-23first commitJohn Ankarström