idvorkin / Vim-Keybindings-For-Onenote

Replicate the vim keybindings in OneNote.
117 stars 18 forks source link

Implement macros #33

Open BlueDrink9 opened 7 years ago

BlueDrink9 commented 7 years ago

Record as a string the hotkeys the user types, while sending them through. AHK should be able to use the send through keys to trigger hotkeys, but may require #sendlevel being used. Store the string in an array, indexed by letter converted to number. Sending the string should trigger the right hotkeys, but may require a delay/wait between keys.