File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SuperMemoScripts
2
2
Scripts compilation repository for SuperMemo users
3
+
4
+ ## SuperMemo Assistant (Legacy)
5
+ ### Downloads
6
+ [ SuperMemoAssistant Executable (compiled script)] ( https://github.com/supermemo/SuperMemoScripts/releases/download/v0.1a/SuperMemoAssistant_legacy-v0.1a.exe )
7
+
8
+ [ SuperMemoAssistant Script (.ahk script)] ( https://raw.githubusercontent.com/supermemo/SuperMemoScripts/master/supermemo.ahk )
9
+
10
+ ### Shortcuts
11
+
12
+ * ** Create Image Occlusion** : ` Ctrl+Win+o `
13
+ * ** Edit Image Occlusion** : ` Ctrl+Win+e `
14
+ * ** Focus Content Window** : ` Ctrl+Alt+c `
15
+ * ** Compress Image** : ` Ctrl+Win+c `
16
+ * ** Set Hook** : ` Ctrl+Win+& `
17
+
18
+ ### Configuration
19
+ At the head of the .ahk script
20
+ ```
21
+ global ImageEditorBin := "C:\Program Files (x86)\ImageOcclusionEditor\ImageOcclusionEditor.exe"
22
+ global OcclusionItemNamePattern := "[Occlusion]: {1}" ; {1} Parent name
23
+ global OcclusionImageNamePattern := "__Occlusion: {1} {2}" ; {1} Original image name {2} TimeStamp
24
+ ```
You can’t perform that action at this time.
0 commit comments