-
Notifications
You must be signed in to change notification settings - Fork 5
/
bdvkeyconfig.yaml
193 lines (193 loc) · 3.77 KB
/
bdvkeyconfig.yaml
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
---
- !mapping
action: 2d drag translate
contexts: [bdv2D]
triggers: [button2, button3]
- !mapping
action: 2d rotate left
contexts: [bdv2D]
triggers: [LEFT]
- !mapping
action: 2d zoom in
contexts: [bdv2D]
triggers: [UP]
- !mapping
action: 2d rotate right
contexts: [bdv2D]
triggers: [RIGHT]
- !mapping
action: 2d zoom out
contexts: [bdv2D]
triggers: [DOWN]
- !mapping
action: 2d drag rotate
contexts: [bdv2D]
triggers: [button1]
- !mapping
action: 2d scroll zoom
contexts: [bdv2D]
triggers: [meta scroll, shift ctrl scroll]
- !mapping
action: 2d rotate right slow
contexts: [bdv2D]
triggers: [ctrl RIGHT]
- !mapping
action: 2d zoom out slow
contexts: [bdv2D]
triggers: [ctrl DOWN]
- !mapping
action: 2d zoom out fast
contexts: [bdv2D]
triggers: [shift DOWN]
- !mapping
action: 2d rotate right fast
contexts: [bdv2D]
triggers: [shift RIGHT]
- !mapping
action: 2d scroll rotate slow
contexts: [bdv2D]
triggers: [ctrl scroll]
- !mapping
action: 2d zoom in fast
contexts: [bdv2D]
triggers: [shift UP]
- !mapping
action: 2d rotate left fast
contexts: [bdv2D]
triggers: [shift LEFT]
- !mapping
action: 2d scroll translate
contexts: [bdv2D]
triggers: [not mapped]
- !mapping
action: 2d rotate left slow
contexts: [bdv2D]
triggers: [ctrl LEFT]
- !mapping
action: 2d scroll rotate fast
contexts: [bdv2D]
triggers: [shift scroll]
- !mapping
action: 2d zoom in slow
contexts: [bdv2D]
triggers: [ctrl UP]
- !mapping
action: 2d scroll rotate
contexts: [bdv2D]
triggers: [scroll]
- !mapping
action: drag translate
contexts: [bdv3D]
triggers: [button2, button3]
- !mapping
action: rotate left
contexts: [bdv3D]
triggers: [LEFT]
- !mapping
action: zoom in
contexts: [bdv3D]
triggers: [UP]
- !mapping
action: rotate right
contexts: [bdv3D]
triggers: [RIGHT]
- !mapping
action: zoom out
contexts: [bdv3D]
triggers: [DOWN]
- !mapping
action: forward z
contexts: [bdv3D]
triggers: [COMMA]
- !mapping
action: backward z
contexts: [bdv3D]
triggers: [PERIOD]
- !mapping
action: drag rotate fast
contexts: [bdv3D]
triggers: [shift button1]
- !mapping
action: drag rotate
contexts: [bdv3D]
triggers: [button1]
- !mapping
action: scroll zoom
contexts: [bdv3D]
triggers: [meta scroll, shift ctrl scroll]
- !mapping
action: rotate right slow
contexts: [bdv3D]
triggers: [ctrl RIGHT]
- !mapping
action: zoom out slow
contexts: [bdv3D]
triggers: [ctrl DOWN]
- !mapping
action: backward z slow
contexts: [bdv3D]
triggers: [ctrl PERIOD]
- !mapping
action: forward z slow
contexts: [bdv3D]
triggers: [ctrl COMMA]
- !mapping
action: scroll browse z slow
contexts: [bdv3D]
triggers: [ctrl scroll]
- !mapping
action: axis x
contexts: [bdv3D]
triggers: [X]
- !mapping
action: axis y
contexts: [bdv3D]
triggers: [Y]
- !mapping
action: axis z
contexts: [bdv3D]
triggers: [Z]
- !mapping
action: rotate left slow
contexts: [bdv3D]
triggers: [ctrl LEFT]
- !mapping
action: zoom in slow
contexts: [bdv3D]
triggers: [ctrl UP]
- !mapping
action: scroll browse z
contexts: [bdv3D]
triggers: [scroll]
- !mapping
action: drag rotate slow
contexts: [bdv3D]
triggers: [ctrl button1]
- !mapping
action: forward z fast
contexts: [bdv3D]
triggers: [shift COMMA]
- !mapping
action: backward z fast
contexts: [bdv3D]
triggers: [shift PERIOD]
- !mapping
action: zoom out fast
contexts: [bdv3D]
triggers: [shift DOWN]
- !mapping
action: rotate right fast
contexts: [bdv3D]
triggers: [shift RIGHT]
- !mapping
action: zoom in fast
contexts: [bdv3D]
triggers: [shift UP]
- !mapping
action: rotate left fast
contexts: [bdv3D]
triggers: [shift LEFT]
- !mapping
action: scroll browse z fast
contexts: [bdv3D]
triggers: [shift scroll]