26 lines
522 B
INI
26 lines
522 B
INI
# voice command rules
|
|
# @enabled=1 or @enabled=0 controls global enable state
|
|
# trigger|type|value
|
|
# type=text => value supports escaped \n, \t, \\
|
|
# type=key => value format keyval:modifiers
|
|
|
|
@enabled=1
|
|
|
|
period|text|.
|
|
question mark|text|?
|
|
exclamation mark|text|!
|
|
comma|text|,
|
|
colon|text|:
|
|
semicolon|text|;
|
|
new line|text|\n
|
|
new paragraph|text|\n\n
|
|
tab|text|\t
|
|
open paren|text|(
|
|
close paren|text|)
|
|
open bracket|text|[
|
|
close bracket|text|]
|
|
open brace|text|{
|
|
close brace|text|}
|
|
end of command|key|65293:3
|
|
over.|key|65293:2
|