Skip to content

Commit 34ab375

Browse files
authored
Update README.md
1 parent 6fede2c commit 34ab375

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# SuperMemoScripts
22
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+
```

0 commit comments

Comments
 (0)