Below you will find pages that have the tag “autohotkey”
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:
- 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