aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-07-13Update copyright year to include 2020HEADmasterTeddy Wing
2020-07-13^#c: Change Chrome toolbar icon click positionTeddy Wing
Since the addition of the Chrome "Extensions" toolbar icon, the UFO toolbar item moved. Adjust the click x-position accordingly.
2020-07-13Add ^#c command to remove the second UFO cached fileTeddy Wing
To facilitate tests opening an uncached file. This shortcut clicks on the UFO Chrome toolbar icon, then clicks on the "Delete" button of the second cached file in the list.
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.