S or /

Settings

Contents

global

NameDescription
hotkey_wait: <class 'float'>

milliseconds to pause after pressing a hotkey with modifiers

insert_wait: <class 'float'>

milliseconds to pause after each letter in insert()

key_hold: <class 'float'>

milliseconds to wait between key press and release

key_wait: <class 'float'>

milliseconds to pause between key and modifier presses

paste_wait: <class 'float'>

milliseconds to wait before restoring the clipboard

dictate

NameDescription
dictate.punctuation: list[str]
dictate.word_map: dict[str, str]

imgui

NameDescription
imgui.dark_mode: <class 'bool'>

dark UI mode

imgui.scale: <class 'float'>

scale the size of ui elements

speech

NameDescription
speech._engine_id: <class 'str'>

engine id (internal)

speech._subtitles: <class 'bool'>

draw subtitles

speech.debug: <class 'bool'>

verbose speech debugging

speech.engine: <class 'str'>

preferred speech engine

speech.gain: <class 'float'>

software microphone gain

speech.language: <class 'str'>

preferred language

speech.latency: <class 'float'>

engine target latency

speech.microphone: <class 'str'>

preferred microphone

speech.normalize: <class 'bool'>

software microphone normalization

speech.record_all: <class 'bool'>

record all phrases (locally)

speech.record_labels: <class 'bool'>

record audacity text labels

speech.record_path: <class 'str'>

path under TALON_HOME to place recordings

speech.threshold: <class 'float'>

voice sensitivity (0.0 - 1.0)

speech.timeout: <class 'float'>

voice activity timeout (seconds)

tracking

NameDescription
tracking.zoom_height: <class 'int'>

zoom target height

tracking.zoom_live: <class 'int'>

live-updating zoom

tracking.zoom_scale: <class 'float'>

zoom scale

tracking.zoom_width: <class 'int'>

zoom target width