OneNote ebook quick note AutoHotkey script
Using the Windows 10 shortcut Win + Shift + S
to crop a certain region, and use Alt + Tab
and paste to quickly add notes.
AppsKey::
SendInput, #+s
KeyWait, LButton, D
KeyWait, LButton, U
Sleep, 500
; Twice, since it pops out a notification window now...
; SendInput, !{TAB}
; Sleep, 500
SendInput, !{TAB}
Sleep, 500
SendInput, ^v
Sleep, 500
SendInput, !{TAB}
return