changeset 1092:f5d45fbe3a76

<keycap> elements
author roug
date Sun, 06 Apr 2003 10:05:54 +0000
parents 27b8abf6d565
children 4dae346c4969
files docs/nitros9guide/chap1.chapter docs/nitros9guide/chap2.chapter docs/nitros9guide/exmode.refentry docs/nitros9guide/nitros9l1guide.docbook docs/nitros9guide/nitros9l2guide.docbook docs/nitros9guide/tmode.refentry docs/nitros9guide/xmode.refentry
diffstat 7 files changed, 37 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/docs/nitros9guide/chap1.chapter	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/chap1.chapter	Sun Apr 06 10:05:54 2003 +0000
@@ -8,7 +8,7 @@
 </para>
 <itemizedlist mark="bullet">
   <listitem><para>&minmem; &make; </para></listitem>
-  <listitem><para>Disk Drive With Contoller Cartridge</para></listitem>
+  <listitem><para>Disk Drive With Controller Cartridge</para></listitem>
   <listitem><para>&os9level; System Disk</para></listitem>
 </itemizedlist>
 <para>
--- a/docs/nitros9guide/chap2.chapter	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/chap2.chapter	Sun Apr 06 10:05:54 2003 +0000
@@ -295,7 +295,7 @@
 <para>
 The keyboard has a shift lock function similar to a typewriter's,
 which is normally &quot;locked&quot;. The keyboard's shift lock may be
-reversed by depressing the control key and 0 keys
+reversed by depressing the control key and <keycap>0</keycap> keys
 simultaneously. The shift lock only affects the letter (A-Z) keys.
 When the keyboard is locked, these keys generate upper case letters,
 and lower case only if the SHIFT key is depressed. When the
@@ -312,11 +312,12 @@
 generated from the keyboard. Many of these functions use &quot;control
 keys&quot; which are generated by simultaneously depressing the &ctrlkey; key
 plus some other key. For example, to generate the character for
-CONTROL D press the &ctrlkey; and D keys at the same time.
+<keycap>CONTROL</keycap> <keycap>D</keycap> press the &ctrlkey; and <keycap>D</keycap> keys at the same time.
 </para>
 <variablelist>
 <varlistentry>
-  <term>CONTROL A</term>
+  <term><keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>A</keycap></keycombo></term>
   <listitem>
 <para>
 Repeat previous input line. The last line entered will be redisplayed but
@@ -328,7 +329,8 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>CONTROL D</term>
+  <term><keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>D</keycap></keycombo></term>
   <listitem>
 <para>
 Redisplay present input on next line.
@@ -336,7 +338,8 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>CONTROL W</term>
+  <term><keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>W</keycap></keycombo></term>
   <listitem>
 <para>
 Display Wait - This will temporarily halt output to the display so
@@ -346,7 +349,8 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>CONTROL 0</term>
+  <term><keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>0</keycap></keycombo></term>
   <listitem>
 <para>
 Shift lock. Reverses present shift lock state.
@@ -354,7 +358,8 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>BREAK KEY (or CONTROL E)</term>
+  <term><keycap>BREAK</keycap> (or <keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>E</keycap></keycombo>)</term>
   <listitem>
 <para>
 Program abort - Stops the current running program
@@ -362,7 +367,9 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>SHIFT BREAK KEY (or CONTROL C)</term>
+  <term><keycombo action="simul">
+  <keycap>SHIFT</keycap> <keycap>BREAK</keycap></keycombo> (or <keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>C</keycap></keycombo>)</term>
   <listitem>
 <para>
 Interrupt - Reactivates Shell while keeping program running as
@@ -371,7 +378,8 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>CONTROL BREAK KEY (ESCAPE)</term>
+  <term><keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>BREAK</keycap></keycombo> (<keycap>ESCAPE</keycap>)</term>
   <listitem>
 <para>
 End-of-File - This key is used to send an end-of-file to programs
@@ -382,7 +390,8 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>LEFT ARROW (OR CONTROL H)</term>
+  <term><keycap>LEFT ARROW</keycap> (OR <keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>H</keycap></keycombo>)</term>
   <listitem>
 <para>
 Backspace - erase previous character
@@ -390,7 +399,9 @@
   </listitem>
 </varlistentry>
 <varlistentry>
-  <term>SHIFT LEFT ARROW (or CONTROL X)</term>
+  <term><keycombo action="simul">
+    <keycap>SHIFT</keycap> <keycap>LEFT ARROW</keycap></keycombo> (or <keycombo action="simul">
+  <keycap>CONTROL</keycap> <keycap>X</keycap></keycombo>)</term>
   <listitem>
 <para>
 Line Delete - erases the entire current line.
--- a/docs/nitros9guide/exmode.refentry	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/exmode.refentry	Sun Apr 06 10:05:54 2003 +0000
@@ -160,12 +160,14 @@
 </row>
 <row>
 <entry>abort=h</entry>
-<entry>Abort character (normally control C). Numeric value
+<entry>Abort character (normally <keycombo action="simul"><keycap>Control</keycap>
+<keycap>C</keycap></keycombo>). Numeric value
 of character in hexadecimal.</entry>
 </row>
 <row>
 <entry>quit=h</entry>
-<entry>Quit character (normally control E). Numeric value
+<entry>Quit character (normally <keycombo action="simul"><keycap>Control</keycap>
+<keycap>E</keycap></keycombo>). Numeric value
 of character in hexadecimal.</entry>
 </row>
 <row>
--- a/docs/nitros9guide/nitros9l1guide.docbook	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/nitros9l1guide.docbook	Sun Apr 06 10:05:54 2003 +0000
@@ -10,7 +10,7 @@
   <!ENTITY make          "TRS-80/Tandy Color Computer">
   <!ENTITY minmem        "64K">
   <!ENTITY DOSCMD        "DOS">
-  <!ENTITY ctrlkey       "CLEAR">
+  <!ENTITY ctrlkey       "<keycap>CLEAR</keycap>">
   <!ENTITY os9guide      SYSTEM "os9guide.book">
   <!ENTITY preface       SYSTEM "intro.preface">
   <!ENTITY chap1         SYSTEM "chap1.chapter">
--- a/docs/nitros9guide/nitros9l2guide.docbook	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/nitros9l2guide.docbook	Sun Apr 06 10:05:54 2003 +0000
@@ -10,7 +10,7 @@
   <!ENTITY make          "Tandy Color Computer 3">
   <!ENTITY minmem        "128K">
   <!ENTITY DOSCMD        "DOS">
-  <!ENTITY ctrlkey       "CTRL">
+  <!ENTITY ctrlkey       "<keycap>CTRL</keycap>">
   <!ENTITY os9guide      SYSTEM "os9guide.book">
   <!ENTITY preface       SYSTEM "intro.preface">
   <!ENTITY chap1         SYSTEM "chap1.chapter">
--- a/docs/nitros9guide/tmode.refentry	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/tmode.refentry	Sun Apr 06 10:05:54 2003 +0000
@@ -164,12 +164,14 @@
 </row>
 <row>
 <entry>abort=h</entry>
-<entry>Abort character (normally control C). Numeric value
+<entry>Abort character (normally <keycombo action="simul"><keycap>Control</keycap>
+<keycap>C</keycap></keycombo>). Numeric value
 of character in hexadecimal.</entry>
 </row>
 <row>
 <entry>quit=h</entry>
-<entry>Quit character (normally control E). Numeric value
+<entry>Quit character (normally <keycombo action="simul"><keycap>Control</keycap>
+<keycap>E</keycap></keycombo>). Numeric value
 of character in hexadecimal.</entry>
 </row>
 <row>
--- a/docs/nitros9guide/xmode.refentry	Sun Apr 06 09:58:43 2003 +0000
+++ b/docs/nitros9guide/xmode.refentry	Sun Apr 06 10:05:54 2003 +0000
@@ -161,12 +161,14 @@
 </row>
 <row>
 <entry>abort=h</entry>
-<entry>Abort character (normally control C). Numeric value
+<entry>Abort character (normally <keycombo action="simul"><keycap>Control</keycap>
+<keycap>C</keycap></keycombo>). Numeric value
 of character in hexadecimal.</entry>
 </row>
 <row>
 <entry>quit=h</entry>
-<entry>Quit character (normally control E). Numeric value
+<entry>Quit character (normally <keycombo action="simul"><keycap>Control</keycap>
+<keycap>E</keycap></keycombo>). Numeric value
 of character in hexadecimal.</entry>
 </row>
 <row>