Skip to content

Commit

Permalink
allow turning eyetracking on/off instead of toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
markus authored and markus committed Jul 10, 2023
1 parent 69ac2bc commit 48aa200
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eyetracking.talon
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
mode: user.german
language: de_DE
-
(Tracking | Racing) (aus | an):
tracking.control_toggle()
(Tracking | Racing) an:
tracking.control_toggle(true)

(Tracking | Racing) aus:
tracking.control_toggle(false)

(Tracking | Racing) Augen:
tracking.control_gaze_toggle()
Expand Down

0 comments on commit 48aa200

Please sign in to comment.