Skip to content

Macro commands

Oliver Tseng edited this page Mar 3, 2021 · 12 revisions

Available macro dot commands

Application Window

Full size

. fullsizeWindow

Medium size

. twoThirdWindow

Top half

. topHalfScreenHeight

Bottom half

. bottomHalfScreenHeight

Left half

. leftHalfScreenWidth

Right half

. rightHalfScreenWidth

Move window

. moveWindow x, y

Study Window

Set the size of the study window. 0 removes study window. 4 maximizes study window.

. setParallelSize [0-4]

Instant Window

Set the size of the instant window. 0 removes instant window. 3 maximizes instant window.

. setInstantSize [0-3]

Enable/disable instant information

. enableInstantInformation

. disableInstantInformation

Toolbars

Show/hide main toolbar

. showMainToolBar

. hideMainToolBar

Show/hide secondary toolbar

. showSecondaryToolBar

. hideSecondaryToolBar

Show/hide left side toolbar

. showLeftToolBar

. hideLeftToolBar

Show/hide left side toolbar

. showRightToolBar

. hideRightToolBar

Font

Set the font size

. setFontSize [1-100]

Bible view

Reloads the current record

. reloadCurrentRecord

Misc

Pause the macro execution and wait for a key press

. pause

Clone this wiki locally