Re: [9fans] keyboard events in sam



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

.



Relevant Pages

  • Re: [9fans] keyboard events in sam
    ... also the escape key selects (sets dot to) text typed ... Ctrl-0 isn't a real control sequence (if you look at the output ...
    (comp.os.plan9)
  • Re: DateTimePicker.Value
    ... After a change it's not trigerred anymore on ESC. ... At least this allows you to see how this native control is ... Microsoft PropertyGrid Resource List - http://www.propertygridresourcelist.com ... But I want to know in case user does not select any date and closesDateTimePickercontrol by pressing escape key. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: How does ESC key interact with ANSI C programs?
    ... >mention the Escape key, but everytime I hit it during ... the ESC key. ... It should be trivial to detect the ESC character in user input, ...
    (comp.lang.c)
  • Re: how to draw a line in vi at 80 columns
    ... ESC 80 a x ESC ... When i gave the above command it gave error message "E319: ... about entering the letter "o", then hitting the ESCape key, then entering ... Of course, one can always install vim or Emacs, and turn on their ...
    (comp.unix.programmer)