/* xkeycaps, Copyright (c) 1991, 1992, 1993, 1994, 1996
 * Jamie Zawinski <jwz@netscape.com>
 *
 * This file describes the keycodes of an HP Apollo-thingy type keyboard.
 * By Mick J Hellstrom <mickh@rd.scitec.com.au>              
 */

static const KeyCode apollo_codes [] =
{
  /* Row 0 */
  9, 10, 11,
  12, 13, 14, 15, 16,
  17, 18, 19, 20, 21,
  22, 23, 24, 25, 26,

  /* Row 1 */
  27, 28, 29,
  31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45,

  /* Row 2 */
  47, 48, 49,
  52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66,
  68, 69, 70, 71,
  
  /* Row 3 */
  72, 73, 74,
  75, 134, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91,
  93, 94, 95, 96,

  /* Row 4 */
  97, 98, 99,
  101, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116,
  118, 119, 120, 132,

  /* Row 5 */
  122, 123, 124,
  126,
  129, 131
};
