Skip to content

Commit 044fab6

Browse files
committed
added description of gesture configuration
1 parent 6a79938 commit 044fab6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Tested with Python 3.10.
2020

2121
## Keyboard shortcuts
2222

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+
2331
### Changing mouse mode
2432

2533
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
3543

3644
### Enabling/Disabling Mouse
3745

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

Comments
 (0)