S or /

voice_control / correction_window_showing.talon

1# Corrections2tag: correct.active3-45make correction:6    # help: Accept the manually inputted correction in the correction options window7    correct.accept()8correction <number>:9    # help: Accept the provided correction option with the given number in the correction options window10    correct.choose(number)11dismiss corrections:12    # help: Stop showing the correction options window13    correct.cancel()14replace with <phrase>: correct.replace("{phrase}")15key(escape): correct.cancel()