/* TEACH GO_KEY_SENSITIVE                          Ben Rabau, 27th Aug 1993

The library go_key_sensitive mixin is intended to add actions to objects
triggered by typing on a keyboard.

For a general discussion on sensitivity in GO please see:
    TEACH * GO_MOUSE_SENSITIVE

For an example of a key sensitive object please see:
    TEACH * GO_LABELLED
The go_text_input class is a good example of the go_key_sensitive
mixin. A key input handler is available in LIB * GO_LABELLED (see
REF * GO_LABELLED/go_label_editing and REF * GO_TEXT_INPUT).


For more general information see

TEACH * GO
HELP * GO
REF * GO

 */

--- C.all/lib/proto/go/teach/go_key_sensitive
--- Copyright University of Sussex 1993. All rights reserved.
