/* xkeycaps, Copyright (c) 1991, 1992, 1993, 1994, 1996
 * Jamie Zawinski <jwz@netscape.com>
 *
 * This file describes the keycodes of the 
 * Swedish Tektronix XN10/XN11 keyboard.
 * By Kristian Ejvind (Kristian.Ejvind@sth.frontec.se)
 */

static const KeyCode tekxn10_sf_codes [] = {

  /* Row 0 */
  94, 95, 96, 97, 98,
  99, 100, 101, 102, 103,
  104, 105, 106, 107, 
  108, 109,
  110, 111, 112, 113,
  
  /* Row 2 */
  9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
  88, 89, 90,
  70, 71, 72, 73,

  /* Row 3 */
  25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
  91, 92, 93,
  74, 75, 76, 77,

  /* Row 4 */
  40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
  115,
  78, 79, 80, 81,

  /* Row 5 */
  54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
  116, 114,
  82, 83, 84, 87,
  
  /* Row 6 */
  67, 68, 69, 
  117,
  85, 86
};

