diff options
Diffstat (limited to 'specs/keysyms.xml')
-rw-r--r-- | specs/keysyms.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/keysyms.xml b/specs/keysyms.xml index 0b457ae..58e3f2a 100644 --- a/specs/keysyms.xml +++ b/specs/keysyms.xml @@ -40,9 +40,9 @@ There are six categories of KEYSYM values. <title>Special KEYSYMs</title> <para> There are two special values: -<emphasis role='bold'>NoSymbol</emphasis> +<keysym>NoSymbol</keysym> and -<emphasis role='bold'>VoidSymbol</emphasis>. +<keysym>VoidSymbol</keysym>. They are used to indicate the absence of symbols (see <link linkend="keyboards">Section 5, Keyboards</link>). </para> @@ -72,7 +72,7 @@ They are used to indicate the absence of symbols (see <entry>0</entry> <entry>0</entry> <entry>#x00000000</entry> - <entry><emphasis role='bold'>NoSymbol</emphasis></entry> + <entry><keysym>NoSymbol</keysym></entry> </row> <row rowsep="0"> <entry>0</entry> @@ -80,7 +80,7 @@ They are used to indicate the absence of symbols (see <entry>255</entry> <entry>255</entry> <entry>#x00FFFFFF</entry> - <entry><emphasis role='bold'>VoidSymbol</emphasis></entry> + <entry><keysym>VoidSymbol</keysym></entry> </row> </tbody> </tgroup> |