forked from barry-ran/QtScrcpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFRAG.json
119 lines (119 loc) · 1.92 KB
/
FRAG.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"old-switchKey": "Key_QuoteLeft",
"switchKey": "RightButton",
"mouseMoveMap": {
"startPos": {
"x": 0.5,
"y": 0.5
},
"speedRatioX": 3.25,
"speedRatioY": 1.25
},
"keyMapNodes": [{
"comment": "Steering Wheel",
"type": "KMT_STEER_WHEEL",
"centerPos": {
"x": 0.194792,
"y": 0.716484
},
"leftOffset": 0.15,
"rightOffset": 0.15,
"upOffset": 0.15,
"downOffset": 0.15,
"leftKey": "Key_A",
"rightKey": "Key_D",
"upKey": "Key_W",
"downKey": "Key_S"
},
{
"comment": "Activate item under crosshair",
"type": "KMT_CLICK",
"key": "LeftButton",
"pos": {
"x": 0.51875,
"y": 0.496703
},
"switchMap": false
},
{
"comment": "Activate first special skill",
"type": "KMT_CLICK",
"key": "Key_E",
"pos": {
"x": 0.909375,
"y": 0.542857
},
"switchMap": false
},
{
"comment": "Activate Chat",
"type": "KMT_CLICK",
"key": "Key_C",
"pos": {
"x": 0.905208,
"y": 0.254945
},
"switchMap": false
},
{
"comment": "Chat option 1",
"type": "KMT_CLICK",
"key": "Key_1",
"pos": {
"x": 0.875,
"y": 0.523077
},
"switchMap": false
},
{
"comment": "Chat option 2",
"type": "KMT_CLICK",
"key": "Key_2",
"pos": {
"x": 0.875,
"y": 0.606593
},
"switchMap": false
},
{
"comment": "Chat option 3",
"type": "KMT_CLICK",
"key": "Key_3",
"pos": {
"x": 0.875,
"y": 0.685714
},
"switchMap": false
},
{
"comment": "Chat option 4",
"type": "KMT_CLICK",
"key": "Key_4",
"pos": {
"x": 0.875,
"y": 0.756044
},
"switchMap": false
},
{
"comment": "Chat option 5",
"type": "KMT_CLICK",
"key": "Key_5",
"pos": {
"x": 0.875,
"y": 0.832967
},
"switchMap": false
},
{
"comment": "Chat option 6",
"type": "KMT_CLICK",
"key": "Key_6",
"pos": {
"x": 0.875,
"y": 0.911273
},
"switchMap": false
}
]
}