aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-29^#n: Delay before focusing current applicationTeddy Wing
Otherwise it seems too quick, and can fail to focus the current application.
2019-07-29^#n: Reactivate the current application after quitting NotepadTeddy Wing
The current application would lose focus after pressing the shortcut. Reactivate it with Alt-Tab.
2019-07-29Add hotkey to reload the AutoHotkey.ahk scriptTeddy Wing
So I don't have to use the menus in the Taskbar.
2019-07-29Add `return` to the end of hotkey mappingsTeddy Wing
Turns out this is required, otherwise statements in the following hotkey definition get executed too. See: https://www.autohotkey.com/docs/Hotkeys.htm#Intro
2019-07-29Add hotkey to exit Notepad when it's inactiveTeddy Wing
Used for testing UFO.
2019-07-27Add READMETeddy Wing
2019-07-27Add license (GNU GPLv3+)Teddy Wing
2019-07-23Add shortcut to reload the current Chrome extensionTeddy Wing
Mapped to Ctrl-Windows-g. Assumes that the working tab is selected, the extension tab is to the right of it, and the "Reload" button is highlighted on the Extensions page.