AutoHotKey scripts for SuperMemo
Here I will be compiling useful AutoHotKey scripts for SuperMemo:
Highlight
SuperMemo does not offer a direct keyboard shortcut for highlighting. This script automates the process of highlighting via commander.
; highlight selected text ^H:: { send, ^{Enter} send, highlighter font send, {Enter} }