/* xkeycaps, Copyright (c) 1991, 1992, 1993, 1994, 1995
 * Jamie Zawinski <jwz@netscape.com>
 *
 * This file describes the keycodes of the Kinesis Model 120 Keyboard.
 */

static const KeyCode kinesis_codes [] = {

  /* Row 0 */
  9, 67, 68, 69, 70, 71, 72, 73, 74,
  75, 76, 95, 96, 111, 78, 110, 0, 0,

  /* Row 2 */
  
  21, 10, 11, 12, 13, 14,
  15, 16, 17, 18, 19, 20,

  /* Row 3 */
  23, 24, 25, 26, 27, 28,
  29, 30, 31, 32, 33, 51,
  
  /* Row 4 */
  66, 38, 39, 40, 41, 42,
  43, 44, 45, 46, 47, 48,

  /* Row 5 */
  50, 52, 53, 54, 55, 56,
  57, 58, 59, 60, 61, 62,

  /* Row 6 */
  49, 106, 100, 102,
  98, 104, 34, 35,

  /* Row 7 */
  37, 64, 113, 109,

  /* Row 8 */
  22, 107, 97, 99, 36, 65,

  /* Row 9 */
  103, 105
};
