Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-29 | Add `return` to the end of hotkey mappings | Teddy 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-29 | Add hotkey to exit Notepad when it's inactive | Teddy Wing | |
Used for testing UFO. | |||
2019-07-27 | Add license (GNU GPLv3+) | Teddy Wing | |
2019-07-23 | Add shortcut to reload the current Chrome extension | Teddy 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. |