Mercurial > hg > Members > kono > nitros9-code
diff docs/nitros9guide/chap2.chapter @ 1092:f5d45fbe3a76
<keycap> elements
author | roug |
---|---|
date | Sun, 06 Apr 2003 10:05:54 +0000 |
parents | b5ff125a1d60 |
children | 4dae346c4969 |
line wrap: on
line diff
--- 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 "locked". 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 "control keys" 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.