Built-inProductivity

Form Controls

Dictate text directly into input fields and forms.

Smart Filling

JSVoice can identify input fields by their id, name, placeholder, or associated label text.

Command PatternExample
"type [value] in [field]""type Hello World in Message"
"fill [value] in [field]""fill john@example.com in email"

Example

Given the following HTML:

html
1<form>
2  <label for="username">Username</label>
3  <input id="username" type="text" />
4</form>

The user can say "Type admin in Username" and JSVoice will automatically focus the input and simulate the typing.