Skip to content

Latest commit

 

History

History

ImageOcclusionEditor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SuperMemo Image Occlusion Editor + Misc

This software works in tandem with Image Occlusion Editor, found on this same GitHub profile

Downloads

Instructions

  1. Download the ahk executable or script (see above),
  2. Download the Image Occlusion Editor installer,
  3. Run SuperMemo 17 or 18
  4. Run the script (from step 1)
  5. On any element with a picture, press Ctrl + Win + O

Shortcuts

  • Create Occlusion: Ctrl+Win+O
  • Edit Occlusion: Ctrl+Win+E
  • Focus Content Window: Ctrl+Alt+C
  • Compress Image: Ctrl+Win+C
  • Set Hook: Ctrl+Win+H

Options

If you wish to customize the scripts (e.g. the keyboard hotkey), follow the instructions below:

  1. Download the .ahk file on this repository (as opposed to the .exe)
  2. At the head of the script file, edit the following options to your taste:
global ImageEditorBin := "C:\Program Files (x86)\ImageOcclusionEditor\ImageOcclusionEditor.exe"
global OcclusionItemNamePattern := "[Occlusion]: {1}"         ; {1} Parent name
global OcclusionImageNamePattern := "__Occlusion: {1} {2}"    ; {1} Original image name {2} TimeStamp

Demonstration video

Image Occlusion Editor Demonstration