diff options
author | Matt Dew <marcoz@osource.org> | 2011-10-03 18:06:16 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-03 18:06:16 -0600 |
commit | cb49f95af605bd5019e194eeb656d8789d57756a (patch) | |
tree | b645ebb15a45006dd241e6023fcf35d8644b1acd /specs/ch03.xml | |
parent | f1980f205e5bc417ad799aa8389ebdd807b7ca58 (diff) |
1 - fix the capitolization of the ID attriutes to match either the
<title> or <funcdef> string it goes with.
2 - fix any <linkend>'s that were affected by 1.
3 - any <function> in the docs that has an actual funcdef,
will become an olink.
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/ch03.xml')
-rw-r--r-- | specs/ch03.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/ch03.xml b/specs/ch03.xml index e9ac99c..d71f353 100644 --- a/specs/ch03.xml +++ b/specs/ch03.xml @@ -1,4 +1,4 @@ -<chapter id='virtual_modifiers'> +<chapter id='Virtual_Modifiers'> <title>Virtual Modifiers</title> <para> The core protocol specifies that @@ -80,7 +80,7 @@ XKB puts most aspects of the keyboard under user or program control, so it is even more important to clearly and uniformly refer to modifiers by function. </para> -<sect1 id='modifier_definitions'> +<sect1 id='Modifier_Definitions'> <title>Modifier Definitions</title> <para> Use an <emphasis> @@ -156,7 +156,7 @@ Meta</emphasis>. </para> -<sect2 id='inactive_modifier_definitions'> +<sect2 id='Inactive_Modifier_Definitions'> <title>Inactive Modifier Definitions</title> <para> Some XKB structures ignore modifier @@ -182,7 +182,7 @@ virtual modifiers are bound. </sect2> </sect1> -<sect1 id='virtual_modifier_mapping'> +<sect1 id='Virtual_Modifier_Mapping'> <title>Virtual Modifier Mapping</title> <para> XKB maintains a <emphasis> @@ -212,7 +212,7 @@ NumLock</emphasis> <para> The virtual modifier mapping is normally updated automatically whenever actions -are assigned to keys (see <link linkend='changing_the_keyboard_mapping_using_the_core_protocol'>Changing +are assigned to keys (see <link linkend='Changing_the_Keyboard_Mapping_Using_the_Core_Protocol'>Changing the Keyboard Mapping Using the Core Protocol</link> for details) and few applications should need to change the virtual modifier mapping explicitly. </para> |