You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ Tested with Python 3.10.
20
20
21
21
## Keyboard shortcuts
22
22
23
+
### Gesture actions
24
+
25
+
Each gesture is assigned a default action. The action is executed if the configured threshold value is exceeded (or undercut depending on the configured operator).
26
+
To change the threshold value for the gesture:
27
+
28
+
1. press the index number of the gesture, e.g. ```1``` (number at the beginning of the line)
29
+
2. press ```+``` to increase or ```-``` to decrease the value.
30
+
23
31
### Changing mouse mode
24
32
25
33
You can change the currently active mode by pressing the key ```m```. Currently there are 3 modes:
@@ -35,7 +43,5 @@ If the head pose values don't represent the real tilting of the head, you can ca
35
43
36
44
### Enabling/Disabling Mouse
37
45
38
-
Press 'a' to enable/disable mouse
39
-
40
-
41
-
46
+
By default the configured actions are disabled.
47
+
Press 'a' to enable/disable the execution of mouse and keyboard emulation.
0 commit comments