2 * Copyright 2004-2006, Jérôme Duval. All rights reserved.
3 * Copyright 2005-2010, Axel Dörfler, axeld@pinc-software.de.
4 * Distributed under the terms of the MIT License.
10 #include <SupportDefs.h>
13 const static uint32 kATKeycodeMap
[] = {
56 0x33, // \ (backslash -- note: don't remove non-white-space after BS char)
113 0x00, // UNMAPPED 100
123 0x00, // UNMAPPED 110
125 0x6e, // Katakana/Hiragana, second key right to spacebar, japanese
128 0x6b, // Ro (\\ key, japanese)
133 0x00, // UNMAPPED 120
134 0x6d, // Henkan, first key right to spacebar, japanese
136 0x6c, // Muhenkan, key left to spacebar, japanese
138 0x6a, // Yen (macron key, japanese)
139 0x70, // Keypad . on Brazilian ABNT2
143 0x00, // UNMAPPED 130
153 0x00, // UNMAPPED 140
163 0x00, // UNMAPPED 150
170 0x60, // Right Control
173 0x00, // UNMAPPED 160
183 0x00, // UNMAPPED 170
193 0x00, // UNMAPPED 180
196 0x0e, // Print Screen
203 0x00, // UNMAPPED 190
213 0x57, // Up Arrow 200
233 0x67, // Right Gui 210
243 0x00, // UNMAPPED 220
307 #endif // AT_KEYMAP_H