Re: [9fans] keyboard events in sam
- From: rsc@xxxxxxxxx (Russ Cox)
- Date: Mon, 7 Dec 2009 16:23:21 GMT
sam(1) says ``Text may be typed and edited as in rio(1);
also the escape key (ESC) selects (sets dot to) text typed
since the last mouse button hit.''
rio(1) has a subsection titled ``Text windows.''
Ctrl-0 isn't a real control sequence (if you look at the output
of "ascii", the valid control characters are A through _).
What byte are you trying to type?
You cannot detect the press of the Alt key - the
kernel does that as part of its keyboard handling.
Russ
.
- Follow-Ups:
- Re: [9fans] keyboard events in sam
- From: Eoghan Sherry
- Re: [9fans] keyboard events in sam
- From: Lorenzo Bolla
- Re: [9fans] keyboard events in sam
- References:
- [9fans] keyboard events in sam
- From: Lorenzo Bolla
- [9fans] keyboard events in sam
- Prev by Date: Re: [9fans] ideas for helpful system io functions
- Next by Date: Re: [9fans] ideas for helpful system io functions
- Previous by thread: Re: [9fans] keyboard events in sam
- Next by thread: Re: [9fans] keyboard events in sam
- Index(es):
Relevant Pages
|