/* xkeycaps, Copyright (c) 1991, 1992, 1993, 1994
 * Jamie Zawinski <jwz@netscape.com>
 *
 * This file describes the keycodes of the NCD123-UX keyboard.
 * By John Palmieri <palmieri@math.mit.edu>
 */

static const KeyCode ncd123_codes [] = {

  /* Row 0 */
  9,
  8,
  135, 15, 23, 31,
  39, 47, 55, 63,
  71, 79, 86, 94,
  87, 95, 98,
  80, 81, 83, 0,

  /* Row 1 */
  10, 11,
  14, 22, 30, 38, 37, 46, 54, 61, 62, 70, 69, 78, 85, 123, 102, 
  103, 110, 111, 
  118, 119, 126, 132,

  /* Row 2 */
  12, 16,
  13, 21, 29, 36, 45, 44, 53, 60, 67, 68, 77, 84, 91, 92,
  100, 101, 109,
  108, 117, 125, 124,

  /* Row 3 */
  19, 24,
  20, 28, 27, 35, 43, 52, 51, 59, 66, 75, 76, 82, 90,
  128, 129, 130,
  107, 115, 116,

  /* Row 4 */
  32, 40,
  18, 26, 34, 33, 42, 50, 49, 58, 65, 73, 74, 89,
  127, 99, 131,
  105, 114, 122, 121,

  /* Row 5 */
  48, 56, 
  17, 25, 64, 41, 72, 57, 88,
  97, 96, 106,
  112, 113
};
