/*
**      Newton Developer Technical Support Sample Code
**
**      QWERTY, a custom keyboard example.
**
**      by Maurice Sharp and J. Christopher Bell, Newton Developer Technical Support
**
**      Copyright  1993-1995 by Apple Computer, Inc.  All rights reserved.
**
**      You may incorporate this sample code into your applications without
**      restriction.  This sample code has been provided "AS IS" and the
**      responsibility for its operation is 100% yours.  You are not
**      permitted to modify and redistribute the source as "DTS Sample Code."
**      If you are going to re-distribute the source, we require that you
**      make it clear in the source that the code was descended from
**      Apple-provided sample code, but that you've made changes.
*/
 

The QWERTY project shows how to implement an on-screen keyboard which does not
prompt for "add-to-dictionary?" or have the "dictionary" icon. This sample
project creates a keyboard which looks like the American QWERTY keyboard.

Note that the key sound is not yet implemented. If you want the familiar
keyboard sound you will have to add your own sound to the proto.


Version 3-
Added viewbounds & viewjustify slots in the keypad to let it work with
  Newton 2.0
Added _keyboard support so that double-tap in the view will open the 
  keyboard in Newton 2.0.
