Keyboard Assignments Under UNIX

Social Science Computing, University of Pennsylvania

Keyboard Assignments Under UNIX

It is always important to know the layout of the keyboard and the terminal type. To check your terminal type, type the command:

	ssc /u/userid $ echo $TERM
	vt100
The system responds with the answer on the second line above.

To view key assignments, type:

ssc /u/userid $ stty -a
A partial rendering of the system response is presented below:

speed 9600 baud; 0 rows; 0 columns;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ; eol = ^@
eol2 = ^@; start = ^Q; stop = ^S; susp = ^Z; dsusp = ^Y; reprint = ^R
discard = ^O; werase = ^W; lnext = ^V

(NOTE: The "^" or carat symbol designates the control key.)

Important keys to remember are: