AutoHotKey scripts for SuperMemo: Difference between revisions
Jump to navigation
Jump to search
Created page with "Here I will be compiling useful AutoHotKey scripts for SuperMemo: ==Highlight== SuperMemo does not offer a direct keyboard shortcut for highlighting. This script automate..." |
|||
Line 1: | Line 1: | ||
Here I will be compiling useful AutoHotKey scripts for SuperMemo: | Here I will be compiling useful AutoHotKey scripts for SuperMemo: | ||
==Highlight== | ==Highlight selected text [ctrl+H]== | ||
[[SuperMemo]] does not offer a direct keyboard shortcut for highlighting. This script automates the process of highlighting via commander. | [[SuperMemo]] does not offer a direct keyboard shortcut for highlighting. This script automates the process of highlighting via commander. | ||
Revision as of 13:37, 7 May 2021
Here I will be compiling useful AutoHotKey scripts for SuperMemo:
Highlight selected text [ctrl+H]
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} }