Hi mitchellvii, this should work.
The only caveat is that when asleep it will still launch Metro Onenote, as that function happens at a lower level.
If you already have AHK working go straight to the bold text.
- Download and install Autohotkey
Installer from http://www.autohotkey.com/
Choose “Express Installation”, and once it's done Choose “Exit”
- Create your script
In File Explorer, go to your Documents folder, Right-click and select “New AutoHotkey Script”.
Right-click on this file to edit it in Notepad, then add these four lines to the bottom :
#F20:: run, onenote.exe
return
#F19:: run, SnippingTool.exe
return
- Save the file, then double-click it in Explorer to run.
It should now launch desktop Onenote on single-click of the purple pen button, and Snipping Tool on double-click.
- If it's working how you want, the only thing left is to add it to your startup:
Right-click the file in Explorer, and select “Create Shortcut”
Right-click the windows button on your taskbar and select “Run” (near the bottom), then type “shell:startup” and press OK -this should open your startup folder.
Drag the shortcut you created above into your startup folder.