POST
GTD Tip: one-key opening of INBOX notebook in OneNote
- Download and install AutoHotKey, if you don't have it already (it's a really useful free application, well worth exploring).
- Add the following line to your default AutoHotKey.ahk file (normally in ~/Documents/AutoHotKey.ahk):This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
; AutoHotKey configuration to open my Inbox in OneNote. ; To use this, change the file path to the path of the GTD notebook ; you want to use. You may also want to change the key to which it ; is assigned (I use Win-i). #i::Run c:\Users\zambonid\Documents\OneNote Notebooks\GTD\INBOX.one
- Re-run AutoHotKey so it re-reads the config file.
- Tags:
- autohotkey
- gtd
- onenote
- windows