]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs: improve formatting
authorJens Peters <jp7677@gmail.com>
Sat, 6 Jan 2024 09:57:21 +0000 (10:57 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 6 Jan 2024 19:19:40 +0000 (19:19 +0000)
docs/rc.xml.all

index 44397af8d23cd01a917d66499686584ace094a2f..42429990c096e38aa1a2a0c730fec303de54a5d1 100644 (file)
   </mouse>
 
   <!--
-    The active tablet area can be specified by setting the top/left
-    coordinate (in mm) and/or width/height (in mm). If width or height
-    are omitted or default (0.0), width/height will be set to the
-    remaining width/height seen from top/left.
+    The active tablet area can be specified by setting the *top*/*left*
+    coordinate (in mm) and/or *width*/*height* (in mm). If width or
+    height are omitted or default (0.0), width/height will be set to
+    the remaining width/height seen from top/left.
 
     The tablet orientation can be changed in 90 degree steps, thus
-    rotation can be set to [0|90|180|270]. Rotation will be applied
+    *rotate* can be set to [0|90|180|270]. Rotation will be applied
     after applying tablet area transformation.
 
     Tablet buttons emulate regular mouse buttons. The tablet *button* can
-    be set to any of [tip|stylus|stylus2|stylus3|pad|pad2|pad3|..|pad9].
-    Valid *to* mouse buttons are [left|right|middle].
+    be set to any of [Tip|Stylus|Stylus2|Stylus3|Pad|Pad2|Pad3|..|Pad9].
+    Valid *to* mouse buttons are [Left|Right|Middle].
   -->
   <tablet rotate="0">
     <!-- Active area dimensions are in mm -->
     <area top="0.0" left="0.0" width="0.0" height="0.0">
-    <map button="tip" to="left" />
-    <map button="stylus" to="right" />
-    <map button="stylus2" to="middle" />
+    <map button="Tip" to="Left" />
+    <map button="Stylus" to="Right" />
+    <map button="Stylus2" to="Middle" />
   </tablet>
 
   <!--