/* xkeycaps, Copyright (c) 1991, 1992 Jamie Zawinski <jwz@netscape.com>
 *
 * This file describes the keycodes of a "JETYO EBK-1024" 102 key
 * PC-style keyboard, german layout, on Linux with Xfree86 1.3 (X11R5).
 * By Volker Bosch <volker@ytei.faveve.uni-stuttgart.de>.
 */
 
static const KeyCode linux102_2_codes [] = {
 /* Row 0 */
 9,	
 67, 68, 69, 70, 
 71, 72, 73, 74,
 75, 76, 95, 96,	
 111, 78, 110,

 /* Row 2 */
 49, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
 106, 97, 99,
 77, 112, 63, 82,

 /* Row 3 */
 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
 107, 103, 105,
 79, 80, 81, 86,
 
 /* Row 4 */
 66, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 36,
 83, 84, 85,
 
 /* Row 5 */
 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
 98,
 87, 88, 89, 108,
 
 /* Row 6 */
 37, 94, 64, 65, 113, 51, 109,
 100, 104, 102, 
 90, 91
};
