GTD Tip: one-key opening of INBOX notebook in OneNote

September 5, 2010
One of the most useful applications I have discovered since I had to switch to Windows as my main OS is OneNote, a really great note-taking application which I use for pretty much every data-storing and note-taking need. I use a OneNote notebook as part of my GTD inbox. Today's very simple tip is how to assign a keystroke for opening my Inbox notebook from anywhere in the system. Here are the steps:
  1. Download and install AutoHotKey, if you don't have it already (it's a really useful free application, well worth exploring).
  2. Add the following line to your default AutoHotKey.ahk file (normally in ~/Documents/AutoHotKey.ahk):

    ; 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
    view raw gistfile1.txt hosted with ❤ by GitHub