-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgestures.xml
More file actions
41 lines (33 loc) · 2.15 KB
/
gestures.xml
File metadata and controls
41 lines (33 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Gestures GestureResetTimeout="1000">
<!-- Speed Up -->
<!-- <Gesture Description="Speed Up" MaxExecutionTime="2000" MappedKeyCode="ADD">
<GestureComponent FirstJoint="WristLeft" SecondJoint="ShoulderLeft" EndingRelationship="AboveAndLeft" BeginningRelationship="BelowAndLeft" />
</Gesture> -->
<!-- Slow Down -->
<!-- <Gesture Description="Slow Down" MaxExecutionTime="2000" MappedKeyCode="SUBTRACT">
<GestureComponent FirstJoint="WristLeft" SecondJoint="HipCenter" EndingRelationship="Below" BeginningRelationship="Above" />
</Gesture> -->
<!-- Forward -->
<Gesture Description="Forward" MaxExecutionTime="2000" MappedKeyCode="NUMPAD8">
<GestureComponent FirstJoint="WristRight" SecondJoint="ShoulderRight" EndingRelationship="Above" BeginningRelationship="Below" />
<GestureComponent FirstJoint="WristLeft" SecondJoint="ShoulderLeft" EndingRelationship="Above" BeginningRelationship="Below" />
</Gesture>
<!-- Yield -->
<Gesture Description="Yield" MaxExecutionTime="2000" MappedKeyCode="NUMPAD5">
<GestureComponent FirstJoint="WristLeft" SecondJoint="WristRight" EndingRelationship="RightOf" BeginningRelationship="LeftOf" />
<!-- <GestureComponent FirstJoint="WristRight" SecondJoint="WristLeft" EndingRelationship="LeftOf" BeginningRelationship="RightOf" /> -->
</Gesture>
<!-- Reverse -->
<Gesture Description="Reverse" MaxExecutionTime="2000" MappedKeyCode="NUMPAD2">
<GestureComponent FirstJoint="WristLeft" SecondJoint="HipLeft" EndingRelationship="Below" BeginningRelationship="Above" />
<GestureComponent FirstJoint="WristRight" SecondJoint="HipRight" EndingRelationship="Below" BeginningRelationship="Above" />
</Gesture>
<!-- Left -->
<Gesture Description="Left" MaxExecutionTime="2000" MappedKeyCode="NUMPAD4">
<GestureComponent FirstJoint="WristRight" SecondJoint="HipCenter" EndingRelationship="LeftOf" BeginningRelationship="RightOf" />
</Gesture>
<!-- Right -->
<Gesture Description="Right" MaxExecutionTime="2000" MappedKeyCode="NUMPAD6">
<GestureComponent FirstJoint="WristLeft" SecondJoint="HipCenter" EndingRelationship="RightOf" BeginningRelationship="LeftOf" />
</Gesture>
</Gestures>