/usr/share/dasher/controllabels.xml is in dasher-data 4.11-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE controllabels SYSTEM "controllabels.dtd">
<controllabels>
<label id="CTL_ROOT" value="Control" color="8" />
<label id="CTL_STOP" value="Stop" color="242" />
<label id="CTL_PAUSE" value="Pause" color="241" />
<label id="CTL_MOVE" value="Move" color="-1" />
<label id="CTL_MOVE_FORWARD" value="→" color="-1" />
<label id="CTL_MOVE_FORWARD_CHAR" value="▸" color="-1" />
<label id="CTL_MOVE_FORWARD_WORD" value="▸▸" color="-1" />
<label id="CTL_MOVE_FORWARD_LINE" value="▸▸▸" color="-1" />
<label id="CTL_MOVE_FORWARD_FILE" value="▸▸▸▸" color="-1" />
<label id="CTL_MOVE_BACKWARD" value="←" color="-1" />
<label id="CTL_MOVE_BACKWARD_CHAR" value="◂" color="-1" />
<label id="CTL_MOVE_BACKWARD_WORD" value="◂◂" color="-1" />
<label id="CTL_MOVE_BACKWARD_LINE" value="◂◂◂" color="-1" />
<label id="CTL_MOVE_BACKWARD_FILE" value="◂◂◂◂" color="-1" />
<label id="CTL_DELETE" value="Delete" color="-1" />
<label id="CTL_DELETE_FORWARD" value="→" color="-1" />
<label id="CTL_DELETE_FORWARD_CHAR" value="▸" color="-1" />
<label id="CTL_DELETE_FORWARD_WORD" value="▸▸" color="-1" />
<label id="CTL_DELETE_FORWARD_LINE" value="▸▸▸" color="-1" />
<label id="CTL_DELETE_FORWARD_FILE" value="▸▸▸▸" color="-1" />
<label id="CTL_DELETE_BACKWARD" value="←" color="-1" />
<label id="CTL_DELETE_BACKWARD_CHAR" value="◂" color="-1" />
<label id="CTL_DELETE_BACKWARD_WORD" value="◂◂" color="-1" />
<label id="CTL_DELETE_BACKWARD_LINE" value="◂◂◂" color="-1" />
<label id="CTL_DELETE_BACKWARD_FILE" value="◂◂◂◂" color="-1" />
</controllabels>
|