About "transparency" for understanding things:

> CURSOR MOVEMENT: Usually the cursor keys are functional.  I think hjkl
> will move the cursor left/up/down/right if the cursors are not mapped.

For someone unsuspecting, it would appear simple madness why "H" would
mean "cursor up". S/He wouldn't get any help for comprehension either
from the manual (and I read TFM).

Though there is a "learnable" explication: It's "H" because the two
keyboard scan code bytes from pressing "up" are "00 72" (decimal) -
the second one of which is "H", chr$(72).

So just one little hint to the standard definition of keyboards (and
perhaps an annexed table of the scancodes, usefull for re-mapping keys
for accented letters too, BTW) in a basic manual would indeed further
comprehension.

// Heimo Claasen   //   <[EMAIL PROTECTED]>   //   Brussels 1999-11-30
HomePage of ReRead - and much to read ==> http://www.inti.be/hammer

To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with 
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.

Reply via email to