forked from Courseplay/ClickToSwitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
121 lines (92 loc) · 5.28 KB
/
modDesc.xml
File metadata and controls
121 lines (92 loc) · 5.28 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
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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="94">
<author><![CDATA[Courseplay.devTeam]]></author>
<version>1.0.0.0</version>
<title>
<en>Click To Switch</en>
</title>
<description>
<en>
<![CDATA[Click to Switch - Just click on a vehicle to enter it!
Simply click on the target vehicle with the mouse and enter it, instead of cycling through each vehicle.
For bugs and feedback, please visit https://github.com/Courseplay/ClickToSwitch .
Default keybindings:
Switching the mouse cursor on/off:
Right mouse click
Entering a vehicle:
Left mouse click
Additional keybinds if you use click to switch without Courseplay:
Changes between using the mouse cursor on/off keybinding and the alternative keybinding:
Right ctrl + C
Alternative keybinding for turning the mouse on/off:
Left ctrl + C
]]>
</en>
<uk>
<![CDATA[Клацніть, щоб переключитися - просто натисніть на транспортний засіб, щоб увійти в нього!
Просто клацніть на цільовому транспортному засобі мишею та введіть його, замість того, щоб їздити по кожному транспортному засобу.
Щодо помилок і відгуків відвідайте https://github.com/Courseplay/ClickToSwitch.
Типові сполучення клавіш:
Увімкнення/вимкнення курсору миші:
Клацніть правою кнопкою миші
Вхід в транспортний засіб:
Клацніть лівою кнопкою миші
Додаткові комбінації клавіш, якщо ви використовуєте клацання для перемикання без Courseplay:
Зміни між увімкненням/вимкненням використання курсору миші та альтернативним сполученням клавіш:
Ctrl + C праворуч
Альтернативне сполучення клавіш для ввімкнення/вимкнення миші:
Ліворуч Ctrl + C
]]>
</uk>
<de>
<![CDATA[Click to switch - Einfach auf ein Fahrzeug klicken zum Einsteigen!
Der schnellste Weg, um von einem Fahrzeug in ein anderes in sichtbarer Nähe zu gelangen. Schneller und komfortabler als durch die Fahrzeuge mit einer Taste zu wechseln. Mit Verbesserung für Fahrzeuge mit Frontlader und Co.
Bei Problemen und Anregungen, schaut bitte unter https://github.com/Courseplay/ClickToSwitch vorbei.
Standard Tastenbelegung:
Mauszeiger an/aus:
Rechtsklick
In Fahrzeug einsteigen:
Linksklick
Zusätzliche Tastenbelegung, wenn du click to switch ohne Courseplay verwendest:
Alternative Tastenbelegung für Mauszeiger:
Steuerung rechts + C
Mauszeiger an/aus alternative Belegung:
Steuerung links + C
]]>
</de>
</description>
<iconFilename>icon_clicktoswitch.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="register.lua"/>
</extraSourceFiles>
<specializations>
<specialization name="clickToSwitch" className="ClickToSwitch" filename="ClickToSwitch.lua" />
</specializations>
<inputBinding>
<actionBinding action="CLICK_TO_SWITCH_TOGGLE_MOUSE">
<binding device="KB_MOUSE_DEFAULT" input="MOUSE_BUTTON_RIGHT" />
</actionBinding>
<actionBinding action="CLICK_TO_SWITCH_TOGGLE_MOUSE_ALTERNATIVE">
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_c" />
</actionBinding>
<actionBinding action="CLICK_TO_SWITCH_CHANGES_ASSIGNMENTS">
<binding device="KB_MOUSE_DEFAULT" input="KEY_rctrl KEY_c" />
</actionBinding>
<actionBinding action="CLICK_TO_SWITCH_ENTER_VEHICLE">
<binding device="KB_MOUSE_DEFAULT" input="MOUSE_BUTTON_LEFT" />
</actionBinding>
</inputBinding>
<actions>
<action name="CLICK_TO_SWITCH_TOGGLE_MOUSE" />
<action name="CLICK_TO_SWITCH_TOGGLE_MOUSE_ALTERNATIVE" />
<action name="CLICK_TO_SWITCH_CHANGES_ASSIGNMENTS" />
<action name="CLICK_TO_SWITCH_ENTER_VEHICLE" />
</actions>
<l10n>
<text name="input_CLICK_TO_SWITCH_TOGGLE_MOUSE"> <uk>CTS:Увімкнути/вимкнути курсор миші </uk> <de>CTS: Mauszeiger an/aus</de><en>CTS: Mouse cursor on/off</en><it>CTS: Cursore del mouse on/off</it><pl>CTS: Pokaż/Ukryj kursor myszy</pl></text>
<text name="input_CLICK_TO_SWITCH_TOGGLE_MOUSE_ALTERNATIVE"> <uk>CTS: Альтернатива ввімкнення/вимкнення курсору миші </uk> <de>CTS: Mauszeiger an/aus alternative</de><en>CTS: Mouse cursor on/off alternative</en><it>CTS: Tasti alternativi cursore mouse on/off</it><pl>CTS: Pokaż/Ukryj kursor myszy alternatywny</pl></text>
<text name="input_CLICK_TO_SWITCH_CHANGES_ASSIGNMENTS"> <uk>CTS: Змінює призначення </uk> <de>CTS: Ändert die Belegung</de><en>CTS: Changes assignments</en><it>CTS: Cambia assegnamento</it><pl>CTS: Zmień przypisanie</pl></text>
<text name="input_CLICK_TO_SWITCH_ENTER_VEHICLE"> <uk>CTS: Спробуйте зайти в автомобіль </uk> <de>CTS: In Fahrzeug einsteigen</de><en>CTS: Try to enter vehicle</en><it>CTS: Entra nel veicolo</it><pl>CTS: Spróbuj wsiąść do pojazdu</pl></text>
</l10n>
</modDesc>