talonvoice / beta

Issue tracker for the private Talon Beta
10 stars 0 forks source link

add skip() action which does nothing #49

Closed faithanalog closed 4 years ago

faithanalog commented 4 years ago

A no-operation action would be useful for forcing talon to recognize, but ignore, a command sequence. Potential names would be skip() or ignore()

The primary use case is in sleep mode:

mode: sleep
-
<phrase>: skip()

This dramatically reduces the likelihood of false-positive "talon wake" triggers.

lunixbochs commented 4 years ago

done in 1274