[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sail bucky shifts
- To: brooks at AI, moon at AI
- Subject: sail bucky shifts
- From: LEBRUN at PARC-MAXC
- Date: Mon ,11 Jan 82 19:07:00 EDT
- Cc: bug-lispm at AI
Sail's so-called "character set" consists of 128 "printing" characters,
plus completely independent control and meta bits (and also a few random
"unprintable" chartacters such as Call, which can also take buckies).
The Sail line editor uses M-<char> to mean insert <char>, and obviously
case matters (to give one example).
You can detect Shift via the Hyper crock. Caps-Lock seems to require
TV:KEY-STATE.
Is there a good mechanism for seeing changes in the -Lock keys?
-------