Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmodDesc.xml
More file actions
Latest commit
98 lines (76 loc) · 3.68 KB
/
Copy pathmodDesc.xml
File metadata and controls
98 lines (76 loc) · 3.68 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDescdescVersion="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>
<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>
<multiplayersupported="true" />
<extraSourceFiles>
<sourceFilefilename="register.lua"/>
</extraSourceFiles>
<specializations>
<specializationname="clickToSwitch"className="ClickToSwitch"filename="ClickToSwitch.lua" />
</specializations>
<inputBinding>
<actionBindingaction="CLICK_TO_SWITCH_TOGGLE_MOUSE">
<bindingdevice="KB_MOUSE_DEFAULT"input="MOUSE_BUTTON_RIGHT" />
</actionBinding>
<actionBindingaction="CLICK_TO_SWITCH_TOGGLE_MOUSE_ALTERNATIVE">
<bindingdevice="KB_MOUSE_DEFAULT"input="KEY_lctrl KEY_c" />
</actionBinding>
<actionBindingaction="CLICK_TO_SWITCH_CHANGES_ASSIGNMENTS">
<bindingdevice="KB_MOUSE_DEFAULT"input="KEY_rctrl KEY_c" />
</actionBinding>
<actionBindingaction="CLICK_TO_SWITCH_ENTER_VEHICLE">
<bindingdevice="KB_MOUSE_DEFAULT"input="MOUSE_BUTTON_LEFT" />
</actionBinding>
</inputBinding>
<actions>
<actionname="CLICK_TO_SWITCH_TOGGLE_MOUSE" />
<actionname="CLICK_TO_SWITCH_TOGGLE_MOUSE_ALTERNATIVE" />
<actionname="CLICK_TO_SWITCH_CHANGES_ASSIGNMENTS" />
<actionname="CLICK_TO_SWITCH_ENTER_VEHICLE" />
</actions>
<l10n>
<textname="input_CLICK_TO_SWITCH_TOGGLE_MOUSE"><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>
<textname="input_CLICK_TO_SWITCH_TOGGLE_MOUSE_ALTERNATIVE"><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>
<textname="input_CLICK_TO_SWITCH_CHANGES_ASSIGNMENTS"><de>CTS: Ändert die Belegung</de><en>CTS: Changes assignments</en><it>CTS: Cambia assegnamento</it><pl>CTS: Zmień przypisanie</pl></text>
<textname="input_CLICK_TO_SWITCH_ENTER_VEHICLE"><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>