PAUSE

If they want to quit, do so

DRAWKYB

                                                                   
123456789*123456789*123456789*123456789*123456789*123456789*123456789*
   | ESC  | ! | @ | # | $ | % | ^ | & | * | ( | ) |___| + | ~ | | |
   |      | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | ` | \ |
 | TAB  | Q | W | E | R | T | Y | U | I | O | P | { | } |DEL|
 |      |   |   |   |   |   |   |   |   |   |   | [ | ] |RUB|  
|CTRL|CAPS| A | S | D | F | G | H | J | K | L | : | " |RETURN|
|    |LOCK|   |   |   |   |   |   |   |   |   | ; | ' |      |
| SHIFT | Z | X | C | V | B | N | M | < | > | ? | SHIFT |LIN|
|       |   |   |   |   |   |   |   | , | . | / |       |FED|
          |             SPACE BAR             |

SYSINT


BYPASS

This is a simple introduction to some keyboard conventions.
You will be guided through some typing exercises one at a time.
Please press the requested keys when you are asked to do so.
Compare your keyboard with the one below.  The location of some
of the keys may be different.  In addition to the letter, number
and symbol keys, you have keys like the SHIFT key which extend the
use of the character keys.  One of these is the CONTROL or CTL key.
When you hold this key down you get an additional meaning for each
of the character keys.

CTRLD

<CTRL-D> - end-of-file character usage, - 1.0.2.0.1

The CONTROL key is always used in combination with another character
key.  When you use the CONTROL key, you must hold it down while you
press the other key.  When keys must be pressed simultaneously, we
shall hyphenate them like <CONTROL-d> or <CONTROL-f>.  (Some
documentation uses the carat symbol:  ^ as a substitute for the
word CONTROL, so the combination could be represented as:  <^d>.)

Please try to enter <CONTROL-d> now.  Look at the keyboard
on your screen.  Press both highlighted keys at the same time.


CTRL
    
 D 
   

EXCTRLD

 You will be helped this time, but please be
 more careful in the future!

CONTINUE1


No, you didn't hold the CONTROL key down.

Please try again, and be sure to hold the CONTROL key
down while you press the d key.

No, you used the SHIFT key instead of the CONTROL key.

Please try again, and be sure to hold the
CONTROL key down instead of the SHIFT key
while you press the d key.

Well, that's close.  You held down the CONTROL key,
but you didn't type a d.

Please try again, and be sure to hold the CONTROL 
key down while you press the d key!

That was not <CONTROL-d>; please try again.
Look at the keyboard on your screen.  Press both of the
highlighted keys at the same time.

CR

CTRL
     
  D 
    
<CR> - carriage return practice, - 1.0.2.0.2

You have already used <CR>  key in this tutorial.
The CR stands for Carriage Return.  Locate the key
marked Return or Enter on your keyboard.  This
key may also be called Ret or Newline or may be
represented by an arrow pointing to the left.

Please press this key now.
RETURN
      
You will be helped this time, but please be
more careful in the future!

CONTINUE2


 Please press the highlighted key.

CTRLH

RETURN
      
<CTRL-H> - backspace practice, - 1.0.2.0.3

To "backspace" or "erase a character" on UNIX
you can use <CONTROL-h>.  This combination
of keys is called your delete character.

Please try pressing these keys simultaneously now.

(On some systems the delete character is the # key.)
CTRL
    
 H 
   

EXCTRLH

PA:2
 You will be helped this time, but
 please be more careful in the future!

CONTINUE3


No, you didn't hold the CONTROL key down.
Please try again, and be sure to hold the CONTROL 
key down while you press the  h key.

No, you used the SHIFT key instead of the CONTROL key.

Please try again, and be sure to hold the CONTROL 
key down while you press the h key.

Well, that's close.  You held down the CONTROL key,
but you didn't type an h .

Please try again, and be sure to hold down the
CONTROL key while you press the h key .

That was not <CONTROL-h>.

Look at the keyboard on your screen.  Press both
the highlighted keys at the same time.

KILL

CTRL
    
  H 
   
<CTRL-U> - delete line practice, - 1.0.2.0.4

If you are ever typing a command and want UNIX
to forget the whole line you are entering, you
can use the delete line or line kill character.
The standard UNIX line kill character is
<CONTROL-u>.

Please try it now.
CTRL
    
 U 
   

EXKILL

 You will be helped this time, but
 please be more careful in the future!

CONTINUE4


No,  you didn't hold the SHIFT key down.

Please try again, and be sure to hold the SHIFT key down
while you hold down the  @ key.

No, you used the CONTROL key instead of
the SHIFT key.

Please try again, and be sure to hold the CONTROL 
key down while you hold down the u key.

You held down one of the non-character keys
instead of the line kill key!

Please try again, and be sure to hold down  the
CONTROL key down while you hold down the u key.

That was not <CONTROL-u>!

Look at the keyboard on your screen.  Press both
highlighted keys at the same time.

DEL

CTRL
    
  U 
   
 here is a patch around a local bug, no interrupt section.

If you are ever in the middle of running a program and want to
interrupt the program, or in other words make what you
are doing terminate or "die", use the interrupt key.

On some terminals, this key is marked DEL for DELete .
On others, it is marked RUB for RUBout .

Please press it now.
DEL
RUB
COUNT = 0
You will be helped this time, but
please be more careful in the future!

CONTINUE10


Some terminals make you hold the SHIFT key down
while you press the  RUB key.  Apparently,
yours is one of them.

Please try again, and be sure to hold the SHIFT key down
while you hold down the  RUB key.
 SHIFT 
       

No, you used the ESC key instead of the DEL
key.

We shall get to the ESC key later.

Please try again, and be sure to use the DEL key
( not the ESC key).

You used the line kill instead
of using the  DEL key.

Please try again, and be sure to use
the DEL key.

You held down some sort of CONTROL,
instead of the DEL key!

Please try again, and be sure to
use the DEL key.

You hit the RETURN, instead
of the DEL key!

Please try again, and be sure to
use the DEL key.


Look at the keyboard on your screen.  Press the
highlighted keys

STOP

 SHIFT
       
DEL
RUB

Suppose the output of your program is too long to fit on your
screen so it "sweeps" down your screen so fast you can't read it.
You can stop the output and start it up again with
<CONTROL-s> and <CONTROL-q>.
<CONTROL-s> gives you the Control
to Stop your program.

Please enter <CONTROL-s> now.
CTRL
    
 S 
   

EXSTOP

You will be helped this time, but
please be more careful in the future!

CONTINUE5


No,  you didn't hold the CONTROL key down.

Please try again, and be sure to hold the CONTROL 
key down while you hold down the  S key.

No, you used the SHIFT  key
instead of the CONTROL key.

Please try again, and be sure to hold down the CONTROL 
key while you hold down the  S key.

Sort of close.  You held down the KILL key, but
not CONTROL-s.

Please try again, and be sure to hold the CONTROL 
key down while you hold down the  S key.


Sort of close.  You held down the INTERRUPT key, but
not CONTROL-s.

Please try again, and be sure to hold the CONTROL key down
while you hold down the  S key.

Sort of close.  You held down some sort of CONTROL,
just not the CONTROL-s.

Please try again, and be sure to hold down the CONTROL
key while you hold down the  S key .

That was not <CONTROL-s.

Look at the keyboard on your screen.  Press both the
highlighted keys at the same time.

START

CTRL
  S 
    
   

Of course, you will want to restart your output eventually.
To do so, enter <CONTROL-q>.

CTRL
    
 Q 
   

EXSTART

You will be helped this time, but
please be more careful in the future!

CONTINUE6


No,  you didn't hold the CONTROL key down.

Please try again, and be sure to hold down the CONTROL
key while you hold down the  Q key.

No, you used the SHIFT  key instead
of the CONTROL key.

Please try again, and be sure to hold down key the
CONTROL key while you hold down the Q key.

Sort of close.  You held down the KILL key, but
not the CONTROL-q key.

Please try again, and be sure to hold down the
CONTROL key while you hold down the Q key.

Sort of close.  You held down the INTERRUPT key, but
not the CONTROL-q key.

Please try again, and be sure to hold down the CONTROL
key while you hold down the  Q key .

Sort of close.  You held down some sort of CONTROL,
just not the CONTROL-q key.

Please try again, and be sure to hold down the CONTROL
key while you hold down the  Q key.

That was not CONTROL Q!

Look at the keyboard on your screen.  Press both the
highlighted keys at the same time.

ESC

<ESC> - escape key practice, - 1.0.2.0.5

The ESCAPE key is one you will use often when       
you learn a UNIX editor.  It indicates the end             
of a text insertion.  This key may be in a                  
different location on your keyboard.                        
                                                            
Locate the ESC key on your keyboard and             
press it now.                                               
 ESC 
     

EXESC

You will be helped this time, but
please be more careful in the future!

CONTINUE7


No, you didn't press the key labeled ESC.

Please try again--press the highlighted key.

Sort of close.  You held down the KILL key, but
not the ESC  key.

Please try again, and be sure to press the ESC key.

Sort of close.  You held down the INTERRUPT key, but
not the ESC  key.

Please try again, and be sure to press the ESC key.

Sort of close.  You held down some sort of CONTROL key, just
not the ESC  key.

Please try again, and be sure to press the ESC key.

Sorry, that was not ESC.

Please try again, and be sure to press the ESC key.

Look at the keyboard on your screen.  Press the
highlighted key
*BYPASS2

TAB

  TAB
    
    

The last key you will learn about key is the tab key,

which sort of works like the tab key on a typewriter.


Please press the TAB  key now.
TAB  
     

EXTAB

You will be helped this time, but
please be more careful in the future!

CONTINUE8


No,  you didn't type in the word TAB.

Please try again, and just press the highlighted key.
@A

Sort of close.  You held down the ESC key, but
not the TAB  key!

Please try again, and be sure to press the TAB key.

Sort of close.  You held down the KILL key, but
not the TAB  key.

Please try again, and be sure to press the TAB key.

Sort of close.  You held down the INTERRUPT key, but
not the TAB  key!

Please try again, and be sure to press the TAB key.

Sort of close.  You held down some sort of CONTROL,
just not the TAB key!

Please try again, and be sure to press the TAB key.

That was not TAB.

Please try again, and be sure to press the TAB key.

Look at the keyboard on your screen.  Press
the highlighted key

QUIZ

 TAB  
     

GETOUT

                                                                   
123456789*123456789*123456789*123456789*123456789*123456789*123456789*
   |  ESC | ! | @ | # | $ | % | ^ | & | * | ( | ) |___| + | ~ | | |
   |      | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | ` | \ |
You have completed the basic keyboard exercises.
You will have an opportunity for further practice
in future courses.