This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout_sn-joy-wtf_exported.xml
85 lines (85 loc) · 2.58 KB
/
layout_sn-joy-wtf_exported.xml
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
<ActionMaps version="1" optionsVersion="2">
<CustomisationUIHeader label="sn-joy-wtf" description="" image="">
<devices>
<keyboard instance="1"/>
<joystick instance="1"/>
<joystick instance="2"/>
<joystick instance="3"/>
</devices>
<categories>
<category label="@ui_CCSpaceFlight"/>
</categories>
</CustomisationUIHeader>
<options type="keyboard" instance="1"/>
<options type="joystick" instance="1">
<flight_move_roll invert="1"/>
<flight_move_strafe_vertical invert="1"/>
<flight_move_strafe_longitudinal invert="1"/>
<flight_throttle_abs invert="0"/>
</options>
<options type="joystick" instance="2">
<flight_move_roll invert="1"/>
<flight_move_strafe_vertical invert="1"/>
<flight_move_strafe_longitudinal invert="1"/>
<flight_throttle_abs invert="0"/>
</options>
<options type="joystick" instance="3">
<flight_move_roll invert="1"/>
<flight_move_strafe_vertical invert="1"/>
<flight_move_strafe_longitudinal invert="1"/>
<flight_throttle_abs invert="0"/>
</options>
<actionmap name="spaceship_movement">
<action name="v_decoupled_strafe_vertical">
<rebind device="joystick" input="js1_z"/>
</action>
<action name="v_strafe_longitudinal">
<rebind device="joystick" input="js1_y"/>
</action>
<action name="v_decoupled_yaw">
<rebind device="joystick" input="js1_rotz"/>
</action>
<action name="v_decoupled_pitch">
<rebind device="joystick" input="js1_rotx"/>
</action>
<action name="v_strafe_lateral">
<rebind device="joystick" input="js1_x"/>
</action>
<action name="v_strafe_right">
<rebind device="joystick" input=" "/>
</action>
<action name="v_strafe_left">
<rebind device="joystick" input=" "/>
</action>
<action name="v_strafe_vertical">
<rebind device="joystick" input="js1_z"/>
</action>
<action name="v_strafe_down">
<rebind device="joystick" input=" "/>
</action>
<action name="v_strafe_up">
<rebind device="joystick" input=" "/>
</action>
<action name="v_throttle_abs">
<rebind device="joystick" input=" "/>
</action>
<action name="v_roll">
<rebind device="joystick" input="js1_x"/>
</action>
<action name="v_yaw">
<rebind device="joystick" input="js1_y"/>
</action>
<action name="v_pitch">
<rebind device="joystick" input="js1_rotz"/>
</action>
<action name="v_decoupled_strafe_longitudinal">
<rebind device="joystick" input="js1_y"/>
</action>
<action name="v_decoupled_strafe_lateral">
<rebind device="joystick" input="js1_x"/>
</action>
<action name="v_decoupled_roll">
<rebind device="joystick" input="js1_roty"/>
</action>
</actionmap>
</ActionMaps>