1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <kcfg xmlns=
"http://www.kde.org/standards/kcfg/1.0"
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"
9 <entry name=
"MiddleClickAction" type=
"Enum">
10 <choices name=
"ClickAction">
11 <choice name=
"Nothing"/>
13 <choice name=
"RepeatedStep"/>
14 <choice name=
"Teleport"/>
15 <choice name=
"TeleportSafely"/>
16 <choice name=
"TeleportSafelyIfPossible"/>
17 <choice name=
"WaitOutRound"/>
19 <default>RepeatedStep
</default>
20 <tooltip>The action performed on a middle-click
</tooltip>
21 <whatsthis>Selects the action performed when middle-clicking on the main game area. If a middle mouse button is not available, this action can be performed by left- and right-clicking simultaneously or by left-clicking while holding the control key.
</whatsthis>
23 <entry name=
"RightClickAction" type=
"Enum">
24 <choices name=
"ClickAction"/>
25 <default>TeleportSafelyIfPossible
</default>
26 <tooltip>The action performed on a right-click
</tooltip>
27 <whatsthis>Selects the action performed when right-clicking on the main game area.
</whatsthis>
29 <entry name=
"AnimationSpeed" type=
"Int">
33 <tooltip>The speed used to display animations
</tooltip>
34 <whatsthis>Adjusts the speed at which the in game animations are displayed.
</whatsthis>
36 <entry name=
"PreventUnsafeMoves" type=
"Bool">
37 <default>true
</default>
38 <tooltip>Prevent the player from making fatal moves
</tooltip>
39 <whatsthis>If checked, the game will ignore any move that would result in the immediate death of the hero (other than random teleports and waiting out the round).
</whatsthis>
41 <entry name=
"Ruleset" type=
"String">
42 <default>default.desktop
</default>
43 <tooltip>The selected set of game rules
</tooltip>
44 <whatsthis>Selects the set of game rules to be used in the next game.
</whatsthis>
46 <entry name=
"Theme" type=
"String">
47 <default>themes/default.desktop
</default>
48 <tooltip>The selected game theme
</tooltip>
49 <whatsthis>Selects the theme used to display all in game elements.
</whatsthis>