Home | History | Annotate | Line # | Download | only in hpc
hpckbdkeymap.h revision 1.36
      1 /*	$NetBSD: hpckbdkeymap.h,v 1.36 2005/07/30 22:45:13 nakayama Exp $	*/
      2 
      3 /*-
      4  * Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
      5  * All rights reserved.
      6  *
      7  * Redistribution and use in source and binary forms, with or without
      8  * modification, are permitted provided that the following conditions
      9  * are met:
     10  * 1. Redistributions of source code must retain the above copyright
     11  *    notice, this list of conditions and the following disclaimer.
     12  * 2. Redistributions in binary form must reproduce the above copyright
     13  *    notice, this list of conditions and the following disclaimer in the
     14  *    documentation and/or other materials provided with the distribution.
     15  * 3. All advertising materials mentioning features or use of this software
     16  *    must display the following acknowledgement:
     17  *        This product includes software developed by the NetBSD
     18  *        Foundation, Inc. and its contributors.
     19  * 4. Neither the name of The NetBSD Foundation nor the names of its
     20  *    contributors may be used to endorse or promote products derived
     21  *    from this software without specific prior written permission.
     22  *
     23  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     24  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     25  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     26  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     27  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     28  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     29  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     30  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     31  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     32  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     33  * POSSIBILITY OF SUCH DAMAGE.
     34  */
     35 
     36 #define UNK		255	/* unknown */
     37 #define IGN		254	/* ignore */
     38 #define SPL		253	/* special key */
     39 #define KC(n)		KS_KEYCODE(n)
     40 #define CMDMAP(map)	{ map, (sizeof(map)/sizeof(keysym_t)) }
     41 #define NULLCMDMAP	{ NULL, 0 }
     42 
     43 #define KEY_SPECIAL_OFF		0
     44 #define KEY_SPECIAL_LIGHT	1
     45 
     46 const uint8_t default_keymap[] = {
     47 /*      0    1    2    3    4    5    6    7 */
     48 /* 0 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     49 /* 1 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     50 /* 2 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     51 /* 3 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     52 /* 4 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     53 /* 5 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     54 /* 6 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     55 /* 7 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     56 /* 8 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     57 /* 9 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     58 /*10 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     59 /*11 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     60 /*12 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     61 /*13 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     62 /*14 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
     63 /*15 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK
     64 };
     65 
     66 const int default_special_keymap[] = {
     67 	[KEY_SPECIAL_OFF]	= -1,
     68 	[KEY_SPECIAL_LIGHT]	= -1
     69 };
     70 
     71 #ifdef hpcmips
     72 const uint8_t tc5165_mobilon_keymap[] = {
     73 /*      0    1    2    3    4    5    6    7 */
     74 /* 0 */	37 , 45 , 44 , UNK, 9  , 51 , 23 , UNK,
     75 /* 1 */	UNK, 56 , UNK, UNK, UNK, UNK, UNK, UNK,
     76 /* 2 */	UNK, UNK, 29 , UNK, UNK, UNK, UNK, UNK,
     77 /* 3 */	24 , 203, UNK, 38 , 10 , 27 , 13 , UNK,
     78 /* 4 */	40 , UNK, UNK, 39 , 26 , 53 , 11 , 12 ,
     79 /* 5 */	UNK, UNK, UNK, 53 , 25 , UNK, UNK, SPL, /* Light */
     80 /* 6 */	208, UNK, UNK, UNK, 52 , UNK, 43 , 14 ,
     81 /* 7 */	205, 200, UNK, UNK, SPL, UNK, UNK, 28 , /* Off key */
     82 /* 8 */	UNK, 41 , 59 , 15 , 2  , UNK, UNK, UNK,
     83 /* 9 */	63 , 64 , 1  , UNK, 65 , 16 , 17 , UNK,
     84 /*10 */	60 , UNK, 61 , 62 , 3  , UNK, UNK, UNK,
     85 /*11 */	UNK, UNK, UNK, 42 , 58 , UNK, UNK, UNK,
     86 /*12 */	47 , 33 , 46 , 5  , 4  , 18 , 19 , UNK,
     87 /*13 */	34 , 35 , 20 , 48 , 6  , 7  , 21 , 49 ,
     88 /*14 */	22 , 31 , 32 , 36 , 8  , 30 , 50 , 57 ,
     89 /*15 */	UNK, IGN, UNK, UNK, UNK, UNK, UNK, UNK /* Windows key */
     90 };
     91 
     92 const int tc5165_mobilon_special_keymap[] = {
     93 	[KEY_SPECIAL_OFF]	= 60,
     94 	[KEY_SPECIAL_LIGHT]	= 47
     95 };
     96 
     97 const uint8_t tc5165_telios_jp_keymap[] = {
     98 /*      0    1    2    3    4    5    6    7 */
     99 /* 0 */	58,  15,  IGN, 1,   IGN, IGN, IGN, IGN,
    100 /* 1 */	IGN, IGN, IGN, IGN, 54,  42,  IGN, IGN,
    101 /* 2 */	31,  18,  4,   IGN, IGN, 32,  45,  59,
    102 /* 3 */	33,  19,  5,   61,  IGN, 46,  123, 60,
    103 /* 4 */	35,  21,  8,   64,  IGN, 48,  49,  63,
    104 /* 5 */	17,  16,  3,   IGN, 2,   30,  44,  41,
    105 /* 6 */	IGN, IGN, IGN, IGN, IGN, IGN, 221, IGN,
    106 /* 7 */	IGN, IGN, IGN, IGN, IGN, IGN, 56,  IGN,
    107 /* 8 */	34,  20,  7,   IGN, 6,   47,  57,  62,
    108 /* 9 */	IGN, IGN, IGN, IGN, IGN, IGN, 29,  IGN,
    109 /*10 */	27,  125, 13,  203, 208, 40,  115, 68,
    110 /*11 */	39,  26,  25,  112, 12,  52,  53,  67,
    111 /*12 */	37,  24,  11,  121, 10,  38,  51,  66,
    112 /*13 */	23,  22,  9,   IGN, IGN, 36,  50,  65,
    113 /*14 */	28,  43,  14,  200, 205, IGN, IGN, 211,
    114 /*15 */	IGN, IGN, IGN, IGN, IGN, IGN, 184, IGN
    115 };
    116 
    117 static const keysym_t tc5165_telios_jp_cmdmap[] = {
    118 /*	pos      command		normal		shifted		*/
    119 	KC(184), KS_Cmd,		KS_Alt_R,	KS_Multi_key,
    120 	KC(205), KS_Cmd_BrightnessUp,	KS_Right,
    121 	KC(203), KS_Cmd_BrightnessDown,	KS_Left,
    122 	KC(57),  KS_Cmd_BacklightToggle,KS_space,
    123 };
    124 
    125 const uint8_t tc5165_compaq_c_jp_keymap[] = {
    126 /*      0    1    2    3    4    5    6    7 */
    127 /* 0 */	38,  50,  49,  48,  47,  46,  45,  44,
    128 /* 1 */	56,  IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    129 /* 2 */	13,  IGN, 112, 121, 123, 41,  28,  57,
    130 /* 3 */	205, 203, 208, 200, 39,  53,  52,  51,
    131 /* 4 */	24,  25,  40,  IGN, 43,  26,  115, 58,
    132 /* 5 */	54,  IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    133 /* 6 */	IGN, IGN, IGN, SPL, IGN, IGN, IGN, IGN, /* Light */
    134 /* 7 */	IGN, IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    135 /* 8 */	42,  IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    136 /* 9 */	29,  IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    137 /*10 */	221, IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    138 /*11 */	221, IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    139 /*12 */	14,  27,  12,  11,  10,  15,  1,   125,
    140 /*13 */	9,   8,   7,   6,   5,   4,   3,   2,
    141 /*14 */	23,  22,  21,  20,  19,  18,  17,  16,
    142 /*15 */	37,  36,  35,  34,  33,  32,  31,  30
    143 };
    144 
    145 const int tc5165_compaq_c_jp_special_keymap[] = {
    146 	[KEY_SPECIAL_OFF]	= -1, /* don't have off button */
    147 	[KEY_SPECIAL_LIGHT]	= 51
    148 };
    149 
    150 const uint8_t m38813c_keymap[] = {
    151 /*      0    1    2    3    4    5    6    7 */
    152 /* 0 */	0,   1,   2,   3,   4,   5,   6,   7,
    153 /* 1 */	8,   9,   10,  11,  12,  13,  14,  15,
    154 /* 2 */	16,  17,  18,  19,  20,  21,  22,  23,
    155 /* 3 */	24,  25,  26,  27,  28,  29,  30,  31,
    156 /* 4 */	32,  33,  34,  35,  36,  37,  38,  39,
    157 /* 5 */	40,  41,  42,  43,  44,  45,  46,  47,
    158 /* 6 */	48,  49,  50,  51,  52,  53,  54,  55,
    159 /* 7 */	56,  57,  58,  59,  60,  61,  62,  63,
    160 /* 8 */	64,  65,  66,  67,  68,  69,  70,  71,
    161 /* 9 */	200, 73,  74,  203, 76,  205,  78,  79,
    162 /*10 */	208, 81,  82,  83,  84,  85,  86,  87,
    163 /*11 */	88,  89,  90,  91,  92,  93,  94,  95,
    164 /*12 */	96,  97,  98,  99,  100, 101, 102, 103,
    165 /*13 */	104, 105, 106, 107, 108, 109, 110, 111,
    166 /*14 */	112, 113, 114, 115, 116, 117, 118, 119,
    167 /*15 */	120, 121, 122, 123, 124, 125, 126, 127
    168 };
    169 
    170 /* NEC MobileGearII MCR series (Japan) */
    171 static uint8_t mcr_jp_keytrans[] = {
    172 /*00	right	ent	p	.	y	b	z	space	*/
    173 /*08	down	/	o	,	t	v	a	nfer	*/
    174 /*10	left	\	i	m	r	c	w	menu	*/
    175 /*18	^	-	u	-	e	x	q	1	*/
    176 /*20	pgdn	h/z	0	l	:	g	tab	f1	*/
    177 /*28	xfer	;	9	n	5	f	2	k	*/
    178 /*30	up	[	8	j	4	d	6	-	*/
    179 /*38	-	@	7	h	3	]	s	-	*/
    180 /*40	caps	-	-	-	bs	fnc	f8	f3	*/
    181 /*48	-	alt	-	-	|	k/h	f7	f4	*/
    182 /*50	-	-	ctrl	-	f10	pgup	f6	f2	*/
    183 /*58	-	-	-	shift	del	f9	f5	esc	*/
    184 /*----------------------------------------------------------------------*/
    185 /*00*/	205,	 28,	 25,	 52,	 21,	 48,	 44,	 57,
    186 /*08*/	208,	 53,	 24,	 51,	 20,	 47,	 30,	123,
    187 /*10*/	203,	115,	 23,	 50,	 19,	 46,	 17,	221,
    188 /*18*/	 13,	IGN,	 22,	IGN,	 18,	 45,	 16,	  2,
    189 /*20*/	 81,	 41,	 11,	 38,	 40,	 34,	 15,	 59,
    190 /*28*/	121,	 39,	 10,	 49,	  6,	 33,	  3,	 37,
    191 /*30*/	200,	 27,	  9,	 36,	  5,	 32,	  7,	IGN,
    192 /*38*/	 12,	 26,	  8,	 35,	  4,	 43,	 31,	IGN,
    193 /*40*/	 58,	IGN,	IGN,	IGN,	 14,	184,	 66,	 61,
    194 /*48*/	IGN,	 56,	IGN,	IGN,	125,	112,	 65,	 62,
    195 /*50*/	IGN,	IGN,	 29,	IGN,	 68,	 73,	 64,	 60,
    196 /*58*/	IGN,	IGN,	IGN,	 42,	 14,	 67,	 63,	  1,
    197 };
    198 
    199 static const keysym_t mcr_jp_cmdmap[] = {
    200 /*	pos      command		normal		shifted		*/
    201 	KC(184), KS_Cmd,		KS_Alt_R,	KS_Multi_key,
    202 	KC(73),  KS_Cmd_BrightnessUp,	KS_KP_Prior,	KS_KP_9,
    203 	KC(81),  KS_Cmd_BrightnessDown,	KS_KP_Next,	KS_KP_3,
    204 	KC(51),  KS_Cmd_ContrastDown,	KS_comma,	KS_less,
    205 	KC(52),  KS_Cmd_ContrastUp,	KS_period,	KS_greater,
    206 	KC(57),  KS_Cmd_BacklightToggle,KS_space,
    207 };
    208 
    209 /* IBM WorkPad z50 */
    210 static uint8_t z50_keytrans[] = {
    211 /*00	f1	f3	f5	f7	f9	-	-	f11	*/
    212 /*08	f2	f4	f6	f8	f10	-	-	f12	*/
    213 /*10	'	[	-	0	p	;	up	/	*/
    214 /*18	-	-	-	9	o	l	.	-	*/
    215 /*20	left	]	=	8	i	k	,	-	*/
    216 /*28	h	y	6	7	u	j	m	n	*/
    217 /*30	-	bs	num	del	-	\	ent	sp	*/
    218 /*38	g	t	5	4	r	f	v	b	*/
    219 /*40	-	-	-	3	e	d	c	right	*/
    220 /*48	-	-	-	2	w	s	x	down	*/
    221 /*50	esc	tab	~	1	q	a	z	-	*/
    222 /*58	menu	Ls	Lc	Rc	La	Ra	Rs	-	*/
    223 /*----------------------------------------------------------------------*/
    224 /*00*/	 59,	 61,	 63,	 65,	 67,	IGN,	IGN,	 87,
    225 /*08*/	 60,	 62,	 64,	 66,	 68,	IGN,	IGN,	 88,
    226 /*10*/	 40,	 26,	 12,	 11,	 25,	 39,	200,	 53,
    227 /*18*/	IGN,	IGN,	IGN,	 10,	 24,	 38,	 52,	IGN,
    228 /*20*/	203,	 27,	 13,	  9,	 23,	 37,	 51,	IGN,
    229 /*28*/	 35,	 21,	  7,	  8,	 22,	 36,	 50,	 49,
    230 /*30*/	IGN,	 14,	 69,	 14,	IGN,	 43,	 28,	 57,
    231 /*38*/	 34,	 20,	  6,	  5,	 19,	 33,	 47,	 48,
    232 /*40*/	IGN,	IGN,	IGN,	  4,	 18,	 32,	 46,	205,
    233 /*48*/	IGN,	IGN,	IGN,	  3,	 17,	 31,	 45,	208,
    234 /*50*/	  1,	 15,	 41,	  2,	 16,	 30,	 44,	IGN,
    235 /*58*/	221,	 42,	 29,	 29,	 56,	 56,	 54,	IGN,
    236 };
    237 
    238 /* Sharp Tripad PV6000 and VADEM CLIO */
    239 static uint8_t tripad_keytrans[] = {
    240 /*00	lsh	tab	`	q	esc	1	WIN	-	*/
    241 /*08	ctrl	z	x	a	s	w	e	2	*/
    242 /*10	lalt	sp	c	v	d	f	r	3	*/
    243 /*18	b	n	g	h	t	y	4	5	*/
    244 /*20	m	,	j	k	u	i	6	7	*/
    245 /*28	Fn	caps	l	o	p	8	9	0	*/
    246 /*30	[	]	la	.	/	;	-	=	*/
    247 /*38	rsh	ra	ua	da	'	ent	\	del	*/
    248 /*40	-	-	-	-	-	-	-	-	*/
    249 /*48	-	-	-	-	-	-	-	-	*/
    250 /*50	-	-	-	-	-	-	-	-	*/
    251 /*58	-	-	-	-	-	-	-	-	*/
    252 /*----------------------------------------------------------------------*/
    253 /*00*/	 42,	 15,	 41,	 16,	  1,	  2,	104,	221,
    254 /*08*/	 29,	 44,	 45,	 30,	 31,	 17,	 18,	  3,
    255 /*10*/	 56,	 57,	 46,	 47,	 32,	 33,	 19,	  4,
    256 /*18*/	 48,	 49,	 34,	 35,	 20,	 21,	  5,	  6,
    257 /*20*/	 50,	 51,	 36,	 37,	 22,	 23,	  7,	  8,
    258 /*28*/	105,	 58,	 38,	 24,	 25,	  9,	 10,	 11,
    259 /*30*/	 26,	 27,	203,	 52,	 53,	 39,	 12,	 13,
    260 /*38*/	 54,	205,	200,	208,	 40,	 28,	 43,	 14,
    261 /*40*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    262 /*48*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    263 /*50*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    264 /*58*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    265 };
    266 
    267 /* NEC Mobile Gear MCCS series */
    268 static uint8_t mccs_keytrans[] = {
    269 /*00	caps	cr	rar	p	.	y	b	z	*/
    270 /*08	alt	[	dar	o	,	t	v	a	*/
    271 /*10	zen	@	lar	i	m	r	c	w	*/
    272 /*18	lctrl	;	uar	u	n	e	x	q	*/
    273 /*20	lshft	bs	\	0	l	6	g	tab	*/
    274 /*28	nconv	|	/	9	k	5	f	2	*/
    275 /*30	conv	=	]	8	j	4	d	1	*/
    276 /*38	hira	-	'	7	h	3	s	esc	*/
    277 /*40	-	sp	-	-	-	-	-	-	*/
    278 /*48	-	-	-	-	-	-	-	-	*/
    279 /*50	-	-	-	-	-	-	-	-	*/
    280 /*58	-	-	-	-	-	-	-	-	*/
    281 /*----------------------------------------------------------------------*/
    282 /*00*/	 58,	 28,	205,	 25,	 52,	 21,	 48,	 44,
    283 /*08*/	 56,	 27,	208,	 24,	 51,	 20,	 47,	 30,
    284 /*10*/	 41,	 26,	203,	 23,	 50,	 19,	 46,	 17,
    285 /*18*/	 29,	 39,	200,	 22,	 49,	 18,	 45,	 16,
    286 /*20*/	 42,	 14,	115,	 11,	 38,	  7,	 34,	 15,
    287 /*28*/	123,	125,	 53,	 10,	 37,	  6,	 33,	  3,
    288 /*30*/	121,	 13,	 43,	  9,	 36,	  5,	 32,	  2,
    289 /*38*/	112,	 12,	 40,	  8,	 35,	  4,	 31,	  1,
    290 /*40*/	IGN,	 57,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    291 /*48*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    292 /*50*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    293 /*58*/	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,	IGN,
    294 };
    295 
    296 static const keysym_t mccs_cmdmap[] = {
    297 /*	pos      command		normal		shifted		*/
    298 	KC(51),  KS_Cmd_ContrastDown,	KS_comma,	KS_less,
    299 	KC(52),  KS_Cmd_ContrastUp,	KS_period,	KS_greater,
    300 	KC(57),  KS_Cmd_BacklightToggle,KS_space,
    301 };
    302 
    303 static uint8_t mobilepro_keytrans[] = {
    304 /*00	space	]	\	/	left	down	enter	l	*/
    305 /*08	-	[	'	;	right	up	.	o	*/
    306 /*10	-	-	-	Windows	v	c	x	z	*/
    307 /*18	-	=	\-	`	f	d	s	a	*/
    308 /*20	8	7	6	5	r	e	w	q	*/
    309 /*28	,	m	n	b	-	-	0	9	*/
    310 /*30	k	j	h	g	4	3	2	1	*/
    311 /*38	i	u	y	t	-	caps	del	esc	*/
    312 /*40	alt_R	-	-	-	BS	p	TAB	Fn	*/
    313 /*48	-	alt_L	-	-	pgdn	pgup	f10	f9	*/
    314 /*50	-	-	ctrl	-	f8	f7	f6	f5	*/
    315 /*58	-	-	-	shift	f4	f3	f2	f1	*/
    316 /*----------------------------------------------------------------------*/
    317 /*00*/	 57,	 27,	 43,	 53,	203,	208,	 28,	 38,
    318 /*08*/	IGN,	 26,	 40,	 39,	205,	200,	 52,	 24,
    319 /*10*/	IGN,	IGN,	IGN,	221,	 47,	 46,	 45,	 44,
    320 /*18*/	IGN,	 13,	 12,	 41,	 33,	 32,	 31,	 30,
    321 /*20*/	  9,	  8,	  7,	  6,	 19,	 18,	 17,	 16,
    322 /*28*/	 51,	 50,	 49,	 48,	IGN,	IGN,	 11,	 10,
    323 /*30*/	 37,	 36,	 35,	 34,	  5,	  4,	  3,	  2,
    324 /*38*/	 23,	 22,	 21,	 20,	IGN,	 58,	 14,	  1,
    325 /*40*/	184,	IGN,	IGN,	IGN,	 14,	 25,	 15,	219,
    326 /*48*/	IGN,	 56,	IGN,	IGN,	 81,	 73,	 68,	 67,
    327 /*50*/	IGN,	IGN,	 29,	IGN,	 66,	 65,	 64,	 63,
    328 /*58*/	IGN,	IGN,	IGN,	 42,	 62,	 61,	 60,	 59,
    329 };
    330 
    331 static const keysym_t mobilepro_cmdmap[] = {
    332 /*	pos      command		normal		shifted		*/
    333 	KC(219), KS_Cmd,		KS_Meta_L,	KS_Multi_key,
    334 	KC(73),  KS_Cmd_BrightnessUp,	KS_KP_Prior,	KS_KP_9,
    335 	KC(81),  KS_Cmd_BrightnessDown,	KS_KP_Next,	KS_KP_3,
    336 	KC(51),  KS_Cmd_ContrastDown,	KS_comma,	KS_less,
    337 	KC(52),  KS_Cmd_ContrastUp,	KS_period,	KS_greater,
    338 	KC(57),  KS_Cmd_BacklightToggle,KS_space,
    339 };
    340 
    341 /* NEC MobilePro 750c by "Castor Fu" <castor (at) geocast.com> */
    342 static uint8_t mobilepro750c_keytrans[] = {
    343 /*00	right	\	p	.	y	b	z	space	*/
    344 /*08	down	/	o	,	t	v	a	-	*/
    345 /*10	left	enter	i	m	r	c	w	Win	*/
    346 /*18	num	]	u	n	e	x	q	caps	*/
    347 /*20	pgdn	-	0	l	:	g	tab	esc	*/
    348 /*28	-	;	9	k	5	f	2	`	*/
    349 /*30	up	[	8	j	4	d	1	'	*/
    350 /*38	-	@	7	h	3	s	del	-	*/
    351 /*40	shift	-	-	-	bs	f12	f8	f4	*/
    352 /*48	-	alt	-	-	|	f11	f7	f3	*/
    353 /*50	-	-	ctrl	-	f10	f10	f6	f2	*/
    354 /*58	-	-	-	shift	del	f9	f5	f1	*/
    355 /*----------------------------------------------------------------------*/
    356 /*00*/	205,	43,	25,	52,	21,	48,	44,	57,
    357 /*08*/	208,	53,	24,	51,	20,	47,	30,	IGN,
    358 /*10*/	203,	28,	23,	50,	19,	46,	17,	221,
    359 /*18*/	69,	27,	22,	49,	18,	45,	16,	58,
    360 /*20*/	81,	IGN,	11,	38,	7,	34,	15,	1,
    361 /*28*/	IGN,	39,	10,	37,	6,	33,	3,	41,
    362 /*30*/	200,	26,	9,	36,	5,	32,	2,	40,
    363 /*38*/	12,	26,	8,	35,	4,	31,	83,	IGN,
    364 /*40*/	42,	IGN,	IGN,	IGN,	14,	88,	66,	62,
    365 /*48*/	IGN,	56,	IGN,	IGN,	125,	87,	65,	61,
    366 /*50*/	IGN,	IGN,	29,	IGN,	68,	68,	64,	60,
    367 /*58*/	IGN,	IGN,	IGN,	42,	13,	67,	63,	59,
    368 };
    369 
    370 /* NEC MobilePro 780 */
    371 static uint8_t mobilepro780_keytrans[] = {
    372 /*00	space	]	\	/	left	right	enter	l	*/
    373 /*08	-	[	'	;	up	down	.	o	*/
    374 /*10	-	-	-	Windows	v	c	x	z	*/
    375 /*18	-	=	\-	`	f	d	s	a	*/
    376 /*20	8	7	6	5	r	e	w	q	*/
    377 /*28	,	m	n	b	-	-	0	9	*/
    378 /*30	k	j	h	g	4	3	2	1	*/
    379 /*38	i	u	y	t	-	caps	del	esc	*/
    380 /*40	alt_R	-	-	-	BS	p	TAB	Fn	*/
    381 /*48	-	alt_L	-	-	f12	f11	f10	f9	*/
    382 /*50	-	-	ctrl	-	f8	f7	f6	f5	*/
    383 /*58	-	-	-	shift	f4	f3	f2	f1	*/
    384 /*----------------------------------------------------------------------*/
    385 /*00*/	 57,	 27,	 43,	 53,	203,	205,	 28,	 38,
    386 /*08*/	IGN,	 26,	 40,	 39,	200,	208,	 52,	 24,
    387 /*10*/	IGN,	IGN,	IGN,	221,	 47,	 46,	 45,	 44,
    388 /*18*/	IGN,	 13,	 12,	 41,	 33,	 32,	 31,	 30,
    389 /*20*/	  9,	  8,	  7,	  6,	 19,	 18,	 17,	 16,
    390 /*28*/	 51,	 50,	 49,	 48,	IGN,	IGN,	 11,	 10,
    391 /*30*/	 37,	 36,	 35,	 34,	  5,	  4,	  3,	  2,
    392 /*38*/	 23,	 22,	 21,	 20,	IGN,	 58,	 14,	  1,
    393 /*40*/	184,	IGN,	IGN,	IGN,	 14,	 25,	 15,	IGN,
    394 /*48*/	IGN,	 56,	IGN,	IGN,	 88,	 87,	 68,	 67,
    395 /*50*/	IGN,	IGN,	 29,	IGN,	 66,	 65,	 64,	 63,
    396 /*58*/	IGN,	IGN,	IGN,	 42,	 62,	 61,	 60,	 59,
    397 };
    398 
    399 /* NEC MobilePro 8x0 */
    400 static uint8_t mobilepro8x0_keytrans[] = {
    401 /*00	space	]	\	/	left	right	enter	l	*/
    402 /*08	-	[	'	;	up	down	.	o	*/
    403 /*10	-	-	-	Windows	v	c	x	z	*/
    404 /*18	-	=	\-	`	f	d	s	a	*/
    405 /*20	8	7	6	5	r	e	w	q	*/
    406 /*28	,	m	n	b	-	-	0	9	*/
    407 /*30	k	j	h	g	4	3	2	1	*/
    408 /*38	i	u	y	t	-	caps	del	esc	*/
    409 /*40	alt_R	-	-	-	BS	p	TAB	Fn	*/
    410 /*48	-	alt_L	-	-	pgdn	pgup	f10	f9	*/
    411 /*50	-	-	ctrl	-	f8	f7	f6	f5	*/
    412 /*58	-	-	-	shift	f4	f3	f2	f1	*/
    413 /*----------------------------------------------------------------------*/
    414 /*00*/	 57,	 27,	 43,	 53,	203,	205,	 28,	 38,
    415 /*08*/	IGN,	 26,	 40,	 39,	200,	208,	 52,	 24,
    416 /*10*/	IGN,	IGN,	IGN,	221,	 47,	 46,	 45,	 44,
    417 /*18*/	IGN,	 13,	 12,	 41,	 33,	 32,	 31,	 30,
    418 /*20*/	  9,	  8,	  7,	  6,	 19,	 18,	 17,	 16,
    419 /*28*/	 51,	 50,	 49,	 48,	IGN,	IGN,	 11,	 10,
    420 /*30*/	 37,	 36,	 35,	 34,	  5,	  4,	  3,	  2,
    421 /*38*/	 23,	 22,	 21,	 20,	IGN,	 58,	 14,	  1,
    422 /*40*/	184,	IGN,	IGN,	IGN,	 14,	 25,	 15,	219,
    423 /*48*/	IGN,	 56,	IGN,	IGN,	 81,	 73,	 68,	 67,
    424 /*50*/	IGN,	IGN,	 29,	IGN,	 66,	 65,	 64,	 63,
    425 /*58*/	IGN,	IGN,	IGN,	 42,	 62,	 61,	 60,	 59,
    426 };
    427 
    428 static const keysym_t mobilepro8x0_cmdmap[] = {
    429 /*	pos      command		normal		shifted		*/
    430 	KC(219), KS_Cmd,		KS_Meta_L,	KS_Multi_key,
    431 	KC(73),  KS_Cmd_BrightnessUp,	KS_KP_Prior,	KS_KP_9,
    432 	KC(81),  KS_Cmd_BrightnessDown,	KS_KP_Next,	KS_KP_3,
    433 	KC(51),  KS_Cmd_ContrastDown,	KS_comma,	KS_less,
    434 	KC(52),  KS_Cmd_ContrastUp,	KS_period,	KS_greater,
    435 	KC(57),  KS_Cmd_BacklightToggle,KS_space,
    436 };
    437 
    438 /* FUJITSU INTERTOP CX300 */
    439 static uint8_t intertop_keytrans[] = {
    440 /*00	space   a2      1       tab     enter   caps    left    zenkaku	*/
    441 /*08	hiraga  a1      2       q       -       a       fnc     esc	*/
    442 /*10	ins     w       3       s       del     ]       down    x	*/
    443 /*18	z       e       4       d       a10     \       right   c	*/
    444 /*20	backsla r       ;       f       a9      @       ^       v	*/
    445 /*28	/       t       5       g       a8      p       -       b	*/
    446 /*30	.       y       6       h       a7      l       0       n	*/
    447 /*38	-       u       7       j       a5      o       bs      m	*/
    448 /*40	-       a3      8       a4      -       i       k       ,	*/
    449 /*48	num     :       9       [       a6      -       up      -	*/
    450 /*50	-       -       -       -       shift_L -       -       shift_R	*/
    451 /*58	ctrl    win     muhenka henkan  alt     -       -       -	*/
    452 /*----------------------------------------------------------------------*/
    453 /*00*/	57,	60,	2,	15,	28,	58,	205,	41,
    454 /*08*/	112,	59,	3,	16,	IGN,	30,	56,	1,
    455 /*10*/	210,	17,	4,	31,	83,	43,	208,	45,
    456 /*18*/	44,	18,	5,	32,	68,	125,	203,	46,
    457 /*20*/	115,	19,	39,	33,	67,	26,	13,	47,
    458 /*28*/	53,	20,	6,	34,	66,	25,	12,	48,
    459 /*30*/	52,	21,	7,	35,	65,	38,	11,	49,
    460 /*38*/	IGN,	22,	8,	36,	63,	24,	14,	50,
    461 /*40*/	IGN,	61,	9,	62,	IGN,	23,	37,	51,
    462 /*48*/	69,	40,	10,	27,	64,	IGN,	200,	IGN,
    463 /*50*/	IGN,	IGN,	IGN,	IGN,	42,	IGN,	IGN,	54,
    464 /*58*/	29,	221,	123,	121,	184,	IGN,	IGN,	IGN,
    465 };
    466 
    467 /* DoCoMo sigmarion (Japan) */
    468 static uint8_t sigmarion_jp_keytrans[] = {
    469 /*00	right	ent	p	.	y	b	z	space	*/
    470 /*08	down	/	o	,	t	v	a	nfer	*/
    471 /*10	left	\	i	m	r	c	w	menu	*/
    472 /*18	|	-	u	-	e	x	q	1	*/
    473 /*20	pgdn	h/z	0	l	:	g	tab	f1	*/
    474 /*28	xfer	;	9	n	5	f	2	k	*/
    475 /*30	up	[	8	j	4	d	6	-	*/
    476 /*38	-	@	7	h	3	]	s	-	*/
    477 /*40	caps	-	-	-	bs	fnc	f8	f3	*/
    478 /*48	-	alt	-	-	^	k/h	f7	f4	*/
    479 /*50	-	-	ctrl	-	f10	pgup	f6	f2	*/
    480 /*58	-	-	-	shift	del	f9	f5	esc	*/
    481 /*----------------------------------------------------------------------*/
    482 /*00*/	205,	 28,	 25,	 52,	 21,	 48,	 44,	 57,
    483 /*08*/	208,	 53,	 24,	 51,	 20,	 47,	 30,	123,
    484 /*10*/	203,	115,	 23,	 50,	 19,	 46,	 17,	221,
    485 /*18*/	125,	IGN,	 22,	IGN,	 18,	 45,	 16,	  2,
    486 /*20*/	 81,	 41,	 11,	 38,	 40,	 34,	 15,	IGN,
    487 /*28*/	121,	 39,	 10,	 49,	  6,	 33,	  3,	 37,
    488 /*30*/	200,	 27,	  9,	 36,	  5,	 32,	  7,	IGN,
    489 /*38*/	 12,	 26,	  8,	 35,	  4,	 43,	 31,	IGN,
    490 /*40*/	 58,	IGN,	IGN,	IGN,	 14,	184,	 66,	IGN,
    491 /*48*/	IGN,	 56,	IGN,	IGN,	 13,	112,	 65,	IGN,
    492 /*50*/	IGN,	IGN,	 29,	IGN,	 68,	 73,	 64,	IGN,
    493 /*58*/	IGN,	IGN,	IGN,	 42,	 14,	 67,	IGN,	  1,
    494 };
    495 
    496 static const keysym_t sigmarion_cmdmap[] = {
    497 /*	pos      command		normal		shifted		*/
    498 	KC(184), KS_Cmd,		KS_Alt_R,	KS_Multi_key,
    499 	KC(64),  KS_Cmd_Screen0,	KS_f6,		KS_f1,
    500 	KC(65),  KS_Cmd_Screen1,	KS_f7,		KS_f2,
    501 	KC(66),  KS_Cmd_Screen2,	KS_f8,		KS_f3,
    502 	KC(67),  KS_Cmd_Screen3,	KS_f9,		KS_f4,
    503 	KC(68),  KS_Cmd_Screen4,	KS_f10,		KS_f5,
    504 	KC(27),  KS_Cmd_BrightnessUp,	KS_bracketleft,	KS_braceleft,
    505 	KC(43),  KS_Cmd_BrightnessDown,	KS_bracketright,KS_braceright,
    506 	KC(51),  KS_Cmd_ContrastDown,	KS_comma,	KS_less,
    507 	KC(52),  KS_Cmd_ContrastUp,	KS_period,	KS_greater,
    508 	KC(57),  KS_Cmd_BacklightToggle,KS_space,
    509 };
    510 
    511 /* NTT DoCoMo Pocket PostPet (Japan) */
    512 static uint8_t pocketpostpet_keytrans[] = {
    513 /*00	esc	1	q	a	ctrl	-	down	left	*/
    514 /*08	tab	2	w	s	z	-	right	up	*/
    515 /*10	pgup	3	e	d	x	shift	-	-	*/
    516 /*18	pgdn	4	r	f	c	alt	-	-	*/
    517 /*20	f5	5	t	g	v	nfer	-	-	*/
    518 /*28	f6	6	y	h	b	-	-	-	*/
    519 /*30	f7	7	u	j	n	space	-	-	*/
    520 /*38	f8	8	i	k	m	-	-	-	*/
    521 /*40	f9	9	o	l	,	xfer	-	-	*/
    522 /*48	f10	0	p	;	.	-	-	-	*/
    523 /*50	\|	minus	@	:	/	ent	-	-	*/
    524 /*58	bs	^	[	]	\_	del	-	-	*/
    525 /* MailCheck  -> tab	*/
    526 /* Prev       -> pgup	*/
    527 /* Next       -> pgdn	*/
    528 /* tab        -> ctrl	*/
    529 /* h/z        -> menu	*/
    530 /* k/h        -> alt	*/
    531 /* knj        -> nfer	*/
    532 /* eng        -> xfer	*/
    533 /*----------------------------------------------------------------------*/
    534 /*00*/	1,	2,	16,	30,	29,	UNK,	208,	203,
    535 /*08*/	15,	3,	17,	31,	44,	UNK,	205,	200,
    536 /*10*/	73,	4,	18,	32,	45,	42,	UNK,	UNK,
    537 /*08*/	81,	5,	19,	33,	46,	56,	UNK,	UNK,
    538 /*20*/	63,	6,	20,	34,	47,	123,	UNK,	UNK,
    539 /*28*/	64,	7,	21,	35,	48,	UNK,	UNK,	UNK,
    540 /*30*/	65,	8,	22,	36,	49,	57,	UNK,	UNK,
    541 /*38*/	66,	9,	23,	37,	50,	UNK,	UNK,	UNK,
    542 /*40*/	67,	10,	24,	38,	51,	121,	UNK,	UNK,
    543 /*48*/	68,	11,	25,	39,	52,	UNK,	UNK,	UNK,
    544 /*50*/	125,	12,	26,	40,	53,	28,	UNK,	UNK,
    545 /*58*/	14,	13,	27,	43,	115,	14,	UNK,	UNK,
    546 };
    547 #endif /* hpcmips */
    548 
    549 #ifdef hpcsh
    550 /*
    551  * HP Jornada 680/690
    552  */
    553 /* Japanese */
    554 const uint8_t jornada6x0_jp_keytrans[] = {
    555 /*      0    1    2    3    4    5    6    7 */
    556 /* 0 */ 59 , 45 , 31 , 17 , 3  , UNK, 29 , UNK, /* ctrl 29 */
    557 /* 1 */ 60 , 46 , 32 , 18 , 4  , 42 , UNK, UNK, /* shift L 42 */
    558 /* 2 */ 61 , 47 , 33 , 19 , 5  , UNK, 57 , UNK,
    559 /* 3 */ 66 , 52 , 38 , 24 , 10 , UNK, 14 , 203,
    560 /* 4 */ 65 , 51 , 37 , 23 , 9  , UNK, 115, UNK,
    561 /* 5 */ 64 , 50 , 36 , 22 , 8  , UNK, 121, UNK,
    562 /* 6 */ 62 , 48 , 34 , 20 , 6  , UNK, UNK, 56 , /* alt 56 */
    563 /* 7 */ 63 , 49 , 35 , 21 , 7  , UNK, UNK, 123,
    564 /* 8 */ IGN, 53 , 39 , 25 , 11 , 200, UNK, 208,
    565 /* 9 */ 112, 40 , 27 , 26 , 12 , 125, UNK, 205,
    566 /*10 */ 41 , 28 , 43 , 14 , 13 , 54 , UNK, UNK, /* shift R 54 */
    567 /*11 */ SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    568 /*12 */ 1  , 44 , 30 , 16 , 2  , 15 , 221, UNK,
    569 /*13 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    570 /*14 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    571 /*15 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    572 };
    573 
    574 /* US/UK - Fn to the left of the space bar and missing few keys */
    575 const uint8_t jornada6x0_us_keytrans[] = {
    576 /*      0    1    2    3    4    5    6    7 */
    577 /* 0 */ 59 , 45 , 31 , 17 , 3  , UNK, 29 , UNK,
    578 /* 1 */ 60 , 46 , 32 , 18 , 4  , 42 , UNK, UNK,
    579 /* 2 */ 61 , 47 , 33 , 19 , 5  , UNK, 57 , UNK,
    580 /* 3 */ 66 , 52 , 38 , 24 , 10 , UNK, 211, 203,
    581 /* 4 */ 65 , 51 , 37 , 23 , 9  , UNK, 53 , UNK,
    582 /* 5 */ 64 , 50 , 36 , 22 , 8  , UNK, UNK, UNK,
    583 /* 6 */ 62 , 48 , 34 , 20 , 6  , UNK, UNK, 56 ,
    584 /* 7 */ 63 , 49 , 35 , 21 , 7  , UNK, UNK, 184,
    585 /* 8 */ 67 , UNK, 39 , 25 , 11 , 200, UNK, 208,
    586 /* 9 */ 68 , 40 , UNK, 43 , 12 , UNK, UNK, 205,
    587 /*10 */ 87 , 28 , UNK, 14 , 13 , 54 , UNK, UNK,
    588 /*11 */ SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    589 /*12 */ 1  , 44 , 30 , 16 , 2  , 15 , 219, UNK,
    590 /*13 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    591 /*14 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    592 /*15 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    593 };
    594 
    595 /* US (ABA), UK (ABU) */
    596 static const keysym_t jornada6x0_us_keydesc[] = {
    597 /*  pos      normal          shifted        altgr	*/
    598     KC(2),   KS_1,           KS_exclam,     KS_asciitilde,
    599     KC(3),   KS_2,           KS_at,         KS_grave,
    600     KC(4),   KS_3,           KS_numbersign, KS_sterling,
    601 #ifdef KS_euro
    602     KC(5),   KS_4,           KS_dollar,     KS_euro,
    603 #endif
    604     KC(25),  KS_p,           KS_P,          KS_braceleft,
    605     KC(39),  KS_semicolon,   KS_colon,      KS_bracketleft,
    606     KC(40),  KS_apostrophe,  KS_quotedbl,   KS_bracketright,
    607     KC(43),  KS_backslash,   KS_bar,        KS_braceright,
    608     KC(184), KS_Mode_switch, KS_Multi_key,
    609 
    610     KC(200), KS_Cmd_BrightnessUp,   KS_Up,
    611     KC(203), KS_Cmd_ContrastDown,   KS_Left,
    612     KC(205), KS_Cmd_ContrastUp,     KS_Right,
    613     KC(208), KS_Cmd_BrightnessDown, KS_Down,
    614 };
    615 
    616 
    617 /* International - AltGr to the right and extra keys in three middle rows */
    618 const uint8_t jornada6x0_intl_keytrans[] = {
    619 /*      0    1    2    3    4    5    6    7 */
    620 /* 0 */ 59 , 45 , 31 , 17 , 3  , UNK, 29 , UNK,
    621 /* 1 */ 60 , 46 , 32 , 18 , 4  , 42 , UNK, UNK,
    622 /* 2 */ 61 , 47 , 33 , 19 , 5  , UNK, 57 , UNK,
    623 /* 3 */ 66 , 52 , 38 , 24 , 10 , UNK, 211, 203,
    624 /* 4 */ 65 , 51 , 37 , 23 , 9  , UNK, 184, UNK,
    625 /* 5 */ 64 , 50 , 36 , 22 , 8  , UNK, UNK, UNK,
    626 /* 6 */ 62 , 48 , 34 , 20 , 6  , UNK, UNK, 56 ,
    627 /* 7 */ 63 , 49 , 35 , 21 , 7  , UNK, UNK, 41 ,
    628 /* 8 */ 67 , 53 , 39 , 25 , 11 , 200, UNK, 208,
    629 /* 9 */ 68 , 40 , 27 , 26 , 12 , UNK, UNK, 205,
    630 /*10 */ 87 , 28 , 43 , 14 , 13 , 54 , UNK, UNK,
    631 /*11 */ SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    632 /*12 */ 1  , 44 , 30 , 16 , 2  , 15 , 219, UNK,
    633 /*13 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    634 /*14 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    635 /*15 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    636 };
    637 
    638 /*
    639  * XXX: Add AltGr layer for #ABB here?  OTOH, all the keys necessary
    640  * for basic actions in DDB or shell are on the primary layer, so it
    641  * makes sense to support AltGr via wsconsctl(8) instead, as the same
    642  * primary layer is used e.g. in Russian models.  But it does make
    643  * sense to define the <AltGr> key itself here, as we base this layout
    644  * on KB_US that defines it as the right <Alt>.
    645  */
    646 /* European English (ABB) */
    647 static const keysym_t jornada6x0_intl_keydesc[] = {
    648 /*  pos      normal          shifted        altgr	*/
    649     KC(184), KS_Mode_switch, KS_Multi_key,
    650 
    651     KC(200), KS_Cmd_BrightnessUp,   KS_Up,
    652     KC(203), KS_Cmd_ContrastDown,   KS_Left,
    653     KC(205), KS_Cmd_ContrastUp,     KS_Right,
    654     KC(208), KS_Cmd_BrightnessDown, KS_Down,
    655 };
    656 
    657 /* German (ABD) */
    658 static const keysym_t jornada6x0_de_keydesc[] = {
    659 /*  pos      normal          shifted        altgr	*/
    660     KC(2),   KS_1,           KS_exclam,     KS_brokenbar,
    661     KC(5),   KS_4,           KS_dollar,     KS_ccedilla,
    662     KC(6),   KS_5,           KS_percent,    KS_sterling,
    663     KC(7),   KS_6,           KS_ampersand,  KS_notsign,
    664 #ifdef KS_euro
    665     KC(18),  KS_e,           KS_E,          KS_euro,
    666 #endif
    667     KC(27),  KS_plus,        KS_asterisk,   KS_asciitilde, /* NB: not dead */
    668     KC(30),  KS_a,           KS_A,          KS_bar,
    669     KC(41),  KS_asciicircum, KS_degree,			   /* NB: not dead */
    670     KC(43),  KS_numbersign,  KS_apostrophe, KS_dead_diaeresis,
    671     KC(44),  KS_y,           KS_Y,          KS_less,
    672     KC(45),  KS_x,           KS_X,          KS_greater,
    673     KC(46),  KS_c,           KS_C,          KS_cent,
    674 
    675     KC(200), KS_Cmd_BrightnessUp,   KS_Up,
    676     KC(203), KS_Cmd_ContrastDown,   KS_Left,
    677     KC(205), KS_Cmd_ContrastUp,     KS_Right,
    678     KC(208), KS_Cmd_BrightnessDown, KS_Down,
    679 };
    680 
    681 /* French (ABF) */
    682 static const keysym_t jornada6x0_fr_keydesc[] = {
    683 /*  pos      normal          shifted        altgr	*/
    684     KC(2),   KS_ampersand,   KS_1,          KS_plusminus,
    685 #ifdef KS_euro
    686     KC(18),  KS_e,           KS_E,          KS_euro,
    687 #endif
    688     KC(19),  KS_r,           KS_R,          KS_onequarter,
    689     KC(20),  KS_t,           KS_T,          KS_onehalf,
    690     KC(21),  KS_y,           KS_Y,          KS_threequarters,
    691     KC(25),  KS_p,           KS_P,          KS_paragraph,
    692     KC(30),  KS_q,           KS_Q,          KS_brokenbar,
    693     KC(31),  KS_s,           KS_S,          KS_guillemotleft,
    694     KC(32),  KS_d,           KS_D,          KS_guillemotright,
    695     KC(40),  KS_ugrave,      KS_percent,    KS_dead_acute,
    696     KC(41),  KS_twosuperior, KS_voidSymbol, KS_threesuperior,
    697     KC(43),  KS_asterisk,    KS_mu,         KS_notsign,
    698     KC(44),  KS_w,           KS_W,          KS_less,
    699     KC(45),  KS_x,           KS_X,          KS_greater,
    700     KC(46),  KS_c,           KS_C,          KS_cent,
    701     KC(50),  KS_comma,       KS_question,   KS_mu,
    702     KC(53),  KS_exclam,      KS_section,    KS_Eacute,
    703     KC(184), KS_Mode_switch, KS_Multi_key,
    704 
    705     KC(200), KS_Cmd_BrightnessUp,   KS_Up,
    706     KC(203), KS_Cmd_ContrastDown,   KS_Left,
    707     KC(205), KS_Cmd_ContrastUp,     KS_Right,
    708     KC(208), KS_Cmd_BrightnessDown, KS_Down,
    709 };
    710 
    711 /* Scandinavian */
    712 static const keysym_t jornada6x0_scnv_keydesc[] = {
    713 /*  pos      normal          shifted        altgr	*/
    714     KC(2),   KS_1,           KS_exclam,     KS_asciitilde,
    715     KC(3),   KS_2,           KS_quotedbl,   KS_at,
    716     KC(4),   KS_3,           KS_numbersign, KS_sterling,
    717     KC(5),   KS_4,           KS_currency,   KS_dollar,
    718     KC(7),   KS_6,           KS_ampersand,
    719     KC(8),   KS_7,           KS_slash,      KS_braceleft,
    720     KC(9),   KS_8,           KS_parenleft,  KS_bracketleft,
    721     KC(10),  KS_9,           KS_parenright, KS_bracketright,
    722     KC(11),  KS_0,           KS_equal,      KS_braceright,
    723     KC(12),  KS_plus,        KS_question,   KS_backslash,
    724     KC(13),  KS_apostrophe,  KS_grave,
    725     KC(25),  KS_p,           KS_P,          KS_braceleft,
    726     KC(26),  KS_aring,
    727     /*
    728      * XXX: KC(39) and KC(40) has odiaeresis/adiaeresis *and*
    729      * oslash/ae on them.  Apparently localized WinCE uses the former
    730      * for Swedish and Finnish and the latter for Danish and
    731      * Norwegian.  But as the keyboard doesn't seem to have
    732      * semicolon/colon and minus/underscore nowhere on the primary and
    733      * altgr layers, I put them here (semicolon/colon is inherited).
    734      */
    735     KC(40),  KS_minus,       KS_underscore, /* XXX */
    736     KC(41),  KS_paragraph,   KS_onehalf,    KS_bar,
    737     KC(184), KS_Mode_switch, KS_Multi_key,
    738 
    739     KC(200), KS_Cmd_BrightnessUp,   KS_Up,
    740     KC(203), KS_Cmd_ContrastDown,   KS_Left,
    741     KC(205), KS_Cmd_ContrastUp,     KS_Right,
    742     KC(208), KS_Cmd_BrightnessDown, KS_Down,
    743 };
    744 
    745 /* Spanish (ABE) */
    746 static const keysym_t jornada6x0_es_keydesc[] = {
    747 /*  pos      normal          shifted        altgr            */
    748     KC(2),   KS_1,           KS_exclam,     KS_ordfeminine,
    749     KC(3),   KS_2,           KS_quotedbl,   KS_masculine,
    750     KC(4),   KS_3,           KS_numbersign,
    751     KC(12),  KS_apostrophe,  KS_question,   KS_backslash,
    752     KC(13),  KS_questiondown,KS_exclamdown,
    753     KC(16),  KS_q,           KS_Q,          KS_at,
    754 #ifdef KS_euro
    755     KC(18),  KS_e,           KS_E,          KS_euro,
    756 #endif
    757     KC(26),  KS_dead_acute,  KS_dead_diaeresis,
    758     KC(27),  KS_plus,        KS_asterisk,   KS_dead_tilde,
    759     KC(40),  KS_braceleft,   KS_bracketleft,KS_dead_circumflex,
    760     KC(41),  KS_bar,         KS_degree,     KS_notsign,
    761     KC(43),  KS_braceright,  KS_bracketright,KS_dead_grave,
    762     KC(44),  KS_z,           KS_Z,          KS_less,
    763     KC(45),  KS_x,           KS_X,          KS_greater,
    764     KC(46),  KS_c,           KS_C,          KS_Ccedilla,
    765 
    766     KC(200), KS_Cmd_BrightnessUp,   KS_Up,
    767     KC(203), KS_Cmd_ContrastDown,   KS_Left,
    768     KC(205), KS_Cmd_ContrastUp,     KS_Right,
    769     KC(208), KS_Cmd_BrightnessDown, KS_Down,
    770 };
    771 
    772 const int jornada6x0_special_keymap[] = {
    773 	[KEY_SPECIAL_OFF]	= -1,
    774 	[KEY_SPECIAL_LIGHT]	= -1
    775 };
    776 
    777 
    778 /*
    779  * HP 620LX
    780  */
    781 /* Japanese */
    782 const uint8_t hp620lx_jp_keytrans[] = {
    783 /*      0    1    2    3    4    5    6    7 */
    784 /* 0 */	2  , 16 , 112, UNK, IGN, UNK, 42 , 30 , /* REC button */
    785 /* 1 */	3  , 17 , 58 , 44 , UNK, 45 , 15 , 31 ,
    786 /* 2 */	4  , 18 , UNK, 56 , 59 , 46 , 1  , 32 ,
    787 /* 3 */	5  , 19 , UNK, UNK, 60 , 123, UNK, 33 ,
    788 /* 4 */	6  , 20 , 47 , 57 , 61 , 48 , UNK, 34 ,
    789 /* 5 */	7  , 21 , UNK, 121, 62 , 49 , UNK, 35 ,
    790 /* 6 */	8  , 22 , UNK, 125, 63 , 50 , UNK, 36 ,
    791 /* 7 */	9  , 23 , 52 , 115, 64 , 51 , UNK, 37 ,
    792 /* 8 */	10 , 24 , 53 , 203, 65 , 200, 39 , 38 ,
    793 /* 9 */	11 , 25 , 40 , 208, 66 , 205, 27 , 26 ,
    794 /*10 */	12 , 13 , 28 , UNK, UNK, UNK, 41 , 43 ,
    795 /*11 */	SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN, /* ON button */
    796 /*12 */	29 , IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    797 /*13 */	14 , IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    798 /*14 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    799 /*15 */	SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN  /* LED button */
    800 };
    801 
    802 /* Other models */
    803 const uint8_t hp620lx_intl_keytrans[] = {
    804 /*      0    1    2    3    4    5    6    7 */
    805 /* 0 */	2  , 16 , 219, UNK, IGN, UNK, 42 , 30 , /* REC button */
    806 /* 1 */	3  , 17 , 15 , 44 , UNK, 45 , 41 , 31 ,
    807 /* 2 */	4  , 18 , UNK, 69 , 59 , 46 , 1  , 32 ,
    808 /* 3 */	5  , 19 , UNK, UNK, 60 , 56 , UNK, 33 ,
    809 /* 4 */	6  , 20 , 47 , 57 , 61 , 48 , UNK, 34 ,
    810 /* 5 */	7  , 21 , UNK, UNK, 62 , 49 , UNK, 35 ,
    811 /* 6 */	8  , 22 , UNK, 184, 63 , 50 , UNK, 36 ,
    812 /* 7 */	9  , 23 , 52 , 211, 64 , 51 , UNK, 37 ,
    813 /* 8 */	10 , 24 , 53 , 203, 65 , 200, 39 , 38 ,
    814 /* 9 */	11 , 25 , 40 , 208, 66 , 205, 27 , 26 ,
    815 /*10 */	12 , 13 , 28 , UNK, UNK, UNK, 54 , 43 ,
    816 /*11 */	SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN, /* ON button */
    817 /*12 */	29 , IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    818 /*13 */	14 , IGN, IGN, IGN, IGN, IGN, IGN, IGN,
    819 /*14 */	UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
    820 /*15 */	SPL, IGN, IGN, IGN, IGN, IGN, IGN, IGN  /* LED button */
    821 };
    822 
    823 const int hp620lx_special_keymap[] = {
    824 	[KEY_SPECIAL_OFF]	= 88,
    825 	[KEY_SPECIAL_LIGHT]	= 120
    826 };
    827 
    828 
    829 /*
    830  * HITACHI PERSONA HPW50PAD
    831  */
    832 /* Japanese */
    833 const uint8_t persona_hpw50pad_jp_keytrans[] = {
    834 /*      0    1    2    3    4    5    6    7 */
    835 /* 0 */ 59 , 61 , 63 , 65 , 67 , SPL, UNK, UNK, /* ON button */
    836 /* 1 */ 29 , UNK, 47 , 48 , 121, UNK, UNK, UNK,
    837 /* 2 */  1 , UNK, 34 , 51 , 112, UNK, UNK, UNK,
    838 /* 3 */ 41 , 221, 35 , 37 , 52 , UNK, UNK, UNK,
    839 /* 4 */ 45 , 58 , 22 , 38 , 40 , 42 , UNK, UNK,
    840 /* 5 */ 30 , 16 , 21 , 24 , 28 , 54 , UNK, UNK,
    841 /* 6 */ 17 ,  4 , UNK, 10 , 12 , 205, UNK, UNK,
    842 /* 7 */ 31 , 18 ,  7 , 25 , 13 , 83 , UNK, UNK,
    843 /* 8 */ 60 , 62 , 64 , 66 , 68 , IGN, UNK, UNK, /* REC button */
    844 /* 9 */ UNK, 123, 49 , 53 , 203, UNK, UNK, UNK,
    845 /*10 */ 56 , 46 , 50 , 57 , 208, UNK, UNK, UNK,
    846 /*11 */ 15 , 33 , 36 , 39 , 43 , UNK, UNK, UNK,
    847 /*12 */ 44 , 20 , 23 , 26 , 27 , UNK, UNK, UNK,
    848 /*13 */  2 ,  6 ,  9 , 115, 200, UNK, UNK, UNK,
    849 /*14 */  3 ,  5 , UNK, UNK, 125, UNK, UNK, UNK,
    850 /*15 */ 32 , 19 ,  8 , 11 , 14 , UNK, UNK, UNK,
    851 };
    852 
    853 const int persona_hpw50pad_special_keymap[] = {
    854 	[KEY_SPECIAL_OFF]	=  5,
    855 	[KEY_SPECIAL_LIGHT]	= -1
    856 };
    857 
    858 /*
    859  * HITACHI PERSONA HPW200EC
    860 */
    861 /* US */
    862 const uint8_t persona_hpw200ec_keytrans[] = {
    863 /*      0    1    2    3    4    5    6    7 */
    864 /* 0 */  3 ,  2 , 71 , 69 , 67 , SPL, UNK, UNK,
    865 /* 1 */ 11 , UNK, 79 , 77 , 75 , UNK, UNK, UNK,
    866 /* 2 */ 19 , UNK, UNK, 85 , 83 , UNK, UNK, UNK,
    867 /* 3 */ 27 , 26 , 95 , 93 , 91 , UNK, UNK, UNK,
    868 /* 4 */ 35 , 34 , 103, 101, 99 , 32 , UNK, UNK,
    869 /* 5 */ 43 , 42 , 111, 109, 107, 40 , UNK, UNK,
    870 /* 6 */ 51 , 50 , 119, 117, 115, 48 , UNK, UNK,
    871 /* 7 */ 59 , 58 , UNK, UNK, 123, 56 , UNK, UNK,
    872 /* 8 */  5 ,  6 , 70 , 68 , 66 , UNK, UNK, UNK,
    873 /* 9 */ UNK, UNK, 78 , 76 , 74 , UNK, UNK, UNK,
    874 /*10 */ 21 , UNK, UNK, 84 , 82 , UNK, UNK, UNK,
    875 /*11 */ 29 , 30 , 94 , 92 , 90 , UNK, UNK, UNK,
    876 /*12 */ UNK, 26 , 102, 100, 98 , UNK, UNK, UNK,
    877 /*13 */ UNK, 46 , 110, 108, 106, 104, UNK, UNK,
    878 /*14 */ 53 , 54 , 118, 124, 114, UNK, UNK, UNK,
    879 /*15 */ 61 , 62 , 126, UNK, 122, UNK, UNK, UNK,
    880 };
    881 
    882 const int persona_hpw200ec_special_keymap[] = {
    883 	[KEY_SPECIAL_OFF]	=  5,
    884 	[KEY_SPECIAL_LIGHT]	= -1
    885 };
    886 
    887 #endif /* hpcsh */
    888 
    889 
    890 /*
    891  * REMINDER:
    892  *   When adding new entry to this array, make sure that pckbd_keydesctab[]
    893  *   in sys/dev/pckbport/wskbdmap_mfii.c has a placeholder KB_MACHDEP entry
    894  *   for the base ht_layout that you refer.
    895  */
    896 const struct hpckbd_keymap_table {
    897 	platid_t	*ht_platform;
    898 	const uint8_t	*ht_keymap;
    899 	const int	*ht_special;
    900 	struct {
    901 		const keysym_t	*map;
    902 		int size;
    903 	} ht_cmdmap;
    904 	kbd_t		ht_layout;
    905 } hpckbd_keymap_table[] = {
    906 #ifdef hpcmips
    907 	{	&platid_mask_MACH_COMPAQ_C,
    908 		tc5165_compaq_c_jp_keymap,
    909 		tc5165_compaq_c_jp_special_keymap,
    910 		NULLCMDMAP,
    911 		KB_JP },
    912 	{	&platid_mask_MACH_VICTOR_INTERLINK,
    913 		m38813c_keymap,
    914 		default_special_keymap,
    915 		NULLCMDMAP,
    916 		KB_JP },
    917 	{	&platid_mask_MACH_SHARP_TELIOS,
    918 		tc5165_telios_jp_keymap,
    919 		default_special_keymap,
    920 		CMDMAP(tc5165_telios_jp_cmdmap),
    921 		KB_JP },
    922 	{	&platid_mask_MACH_SHARP_MOBILON,
    923 		tc5165_mobilon_keymap,
    924 		tc5165_mobilon_special_keymap,
    925 		NULLCMDMAP,
    926 		KB_US },
    927 	{	&platid_mask_MACH_NEC_MCR_500A,
    928 		mobilepro750c_keytrans,
    929 		NULL,
    930 		NULLCMDMAP,
    931 		KB_US },
    932 	{	&platid_mask_MACH_NEC_MCR_520A,
    933 		mobilepro_keytrans,
    934 		NULL,
    935 		CMDMAP(mobilepro_cmdmap),
    936 		KB_US },
    937 	{	&platid_mask_MACH_NEC_MCR_530A,
    938 		mobilepro780_keytrans,
    939 		NULL,
    940 		NULLCMDMAP,
    941 		KB_US },
    942 	{	&platid_mask_MACH_NEC_MCR_700A,
    943 		mobilepro8x0_keytrans,
    944 		NULL,
    945 		CMDMAP(mobilepro8x0_cmdmap),
    946 		KB_US },
    947 	{	&platid_mask_MACH_NEC_MCR_730A,
    948 		mobilepro8x0_keytrans,
    949 		NULL,
    950 		CMDMAP(mobilepro8x0_cmdmap),
    951 		KB_US },
    952 	{	&platid_mask_MACH_NEC_MCR_MPRO700,
    953 		mobilepro_keytrans,
    954 		NULL,
    955 		NULLCMDMAP,
    956 		KB_US },
    957 	{	&platid_mask_MACH_NEC_MCR_SIGMARION,
    958 		sigmarion_jp_keytrans,
    959 		NULL,
    960 		CMDMAP(sigmarion_cmdmap),
    961 		KB_JP },
    962 	{	&platid_mask_MACH_NEC_MCR_SIGMARION2,
    963 		sigmarion_jp_keytrans,
    964 		NULL,
    965 		CMDMAP(sigmarion_cmdmap),
    966 		KB_JP },
    967 	{	&platid_mask_MACH_NEC_MCR,
    968 		mcr_jp_keytrans,
    969 		NULL,
    970 		CMDMAP(mcr_jp_cmdmap),
    971 		KB_JP },
    972 	{	&platid_mask_MACH_IBM_WORKPAD_Z50,
    973 		z50_keytrans,
    974 		NULL,
    975 		NULLCMDMAP,
    976 		KB_US },
    977 	{	&platid_mask_MACH_SHARP_TRIPAD,
    978 		tripad_keytrans,
    979 		NULL,
    980 		NULLCMDMAP,
    981 		KB_US },
    982 	{	&platid_mask_MACH_VADEM_CLIO_C,
    983 		tripad_keytrans,
    984 		NULL,
    985 		NULLCMDMAP,
    986 		KB_US },
    987 	{	&platid_mask_MACH_NEC_MCCS,
    988 		mccs_keytrans,
    989 		NULL,
    990 		CMDMAP(mccs_cmdmap),
    991 		KB_JP },
    992 	{	&platid_mask_MACH_FUJITSU_INTERTOP,
    993 		intertop_keytrans,
    994 		NULL,
    995 		NULLCMDMAP,
    996 		KB_JP },
    997 	{	&platid_mask_MACH_CASIO_POCKETPOSTPET,
    998 		pocketpostpet_keytrans,
    999 		NULL,
   1000 		NULLCMDMAP,
   1001 		KB_JP },
   1002 #endif /* hpcmips */
   1003 #ifdef hpcsh
   1004 	/*
   1005 	 * HP Jornada 680/690
   1006 	 */
   1007 	/* Japanese */
   1008 	{	&platid_mask_MACH_HP_JORNADA_680JP,
   1009 		jornada6x0_jp_keytrans,
   1010 		jornada6x0_special_keymap,
   1011 		NULLCMDMAP,
   1012 		KB_JP },
   1013 	{	&platid_mask_MACH_HP_JORNADA_690JP,
   1014 		jornada6x0_jp_keytrans,
   1015 		jornada6x0_special_keymap,
   1016 		NULLCMDMAP,
   1017 		KB_JP },
   1018 	/* US (ABA), UK (ABU) */
   1019 	{	&platid_mask_MACH_HP_JORNADA_680,
   1020 		jornada6x0_us_keytrans,
   1021 		jornada6x0_special_keymap,
   1022 		CMDMAP(jornada6x0_us_keydesc),
   1023 		KB_US },
   1024 	{	&platid_mask_MACH_HP_JORNADA_690,
   1025 		jornada6x0_us_keytrans,
   1026 		jornada6x0_special_keymap,
   1027 		CMDMAP(jornada6x0_us_keydesc),
   1028 		KB_US },
   1029 	/* European English (ABB) */
   1030 	{	&platid_mask_MACH_HP_JORNADA_680EU,
   1031 		jornada6x0_intl_keytrans,
   1032 		jornada6x0_special_keymap,
   1033 		CMDMAP(jornada6x0_intl_keydesc),
   1034 		KB_US },
   1035 	{	&platid_mask_MACH_HP_JORNADA_690EU,
   1036 		jornada6x0_intl_keytrans,
   1037 		jornada6x0_special_keymap,
   1038 		CMDMAP(jornada6x0_intl_keydesc),
   1039 		KB_US },
   1040 	/* German (ABD) */
   1041 	{	&platid_mask_MACH_HP_JORNADA_680DE,
   1042 		jornada6x0_intl_keytrans,
   1043 		jornada6x0_special_keymap,
   1044 		CMDMAP(jornada6x0_de_keydesc),
   1045 		KB_DE },
   1046 	{	&platid_mask_MACH_HP_JORNADA_690DE,
   1047 		jornada6x0_intl_keytrans,
   1048 		jornada6x0_special_keymap,
   1049  		CMDMAP(jornada6x0_de_keydesc),
   1050 		KB_DE },
   1051 	/* French (ABF) */
   1052 	{	&platid_mask_MACH_HP_JORNADA_680FR,
   1053 		jornada6x0_intl_keytrans,
   1054 		jornada6x0_special_keymap,
   1055 		CMDMAP(jornada6x0_fr_keydesc),
   1056 		KB_FR },
   1057 	{	&platid_mask_MACH_HP_JORNADA_690FR,
   1058 		jornada6x0_intl_keytrans,
   1059 		jornada6x0_special_keymap,
   1060  		CMDMAP(jornada6x0_fr_keydesc),
   1061 		KB_FR },
   1062 	/* Scandinavian */
   1063 	{	&platid_mask_MACH_HP_JORNADA_680SV,
   1064 		jornada6x0_intl_keytrans,
   1065 		jornada6x0_special_keymap,
   1066 		CMDMAP(jornada6x0_scnv_keydesc),
   1067 		KB_US },
   1068 	{	&platid_mask_MACH_HP_JORNADA_690SV,
   1069 		jornada6x0_intl_keytrans,
   1070 		jornada6x0_special_keymap,
   1071  		CMDMAP(jornada6x0_scnv_keydesc),
   1072 		KB_US },
   1073 	/* Spanish (ABE) */
   1074 	{	&platid_mask_MACH_HP_JORNADA_680ES,
   1075 		jornada6x0_intl_keytrans,
   1076 		jornada6x0_special_keymap,
   1077 		CMDMAP(jornada6x0_es_keydesc),
   1078 		KB_ES },
   1079 	{	&platid_mask_MACH_HP_JORNADA_690ES,
   1080 		jornada6x0_intl_keytrans,
   1081 		jornada6x0_special_keymap,
   1082  		CMDMAP(jornada6x0_es_keydesc),
   1083 		KB_ES },
   1084 	/*
   1085 	 * HP 620LX
   1086 	 */
   1087 	/* Japanese */
   1088 	{	&platid_mask_MACH_HP_LX_620JP,
   1089 		hp620lx_jp_keytrans,
   1090 		hp620lx_special_keymap,
   1091 		NULLCMDMAP,
   1092 		KB_JP },
   1093 	/* Other models */
   1094 	{	&platid_mask_MACH_HP_LX_620,
   1095 		hp620lx_intl_keytrans,
   1096 		hp620lx_special_keymap,
   1097 		NULLCMDMAP,
   1098 		KB_US },
   1099 
   1100 	/*
   1101 	 * PERSONA HPW50PAD
   1102 	 */
   1103 	/* Japanese */
   1104 	{ 	&platid_mask_MACH_HITACHI_PERSONA_HPW50PAD,
   1105 		persona_hpw50pad_jp_keytrans,
   1106 		persona_hpw50pad_special_keymap,
   1107 		NULLCMDMAP,
   1108 		KB_JP },
   1109 
   1110 	/*
   1111 	 * PERSONA HPW200EC
   1112 	 */
   1113 	/* US */
   1114 	{ 	&platid_mask_MACH_HITACHI_PERSONA_HPW200EC,
   1115 		persona_hpw200ec_keytrans,
   1116 		persona_hpw200ec_special_keymap,
   1117 		NULLCMDMAP,
   1118 		KB_US },
   1119 
   1120 #endif /* hpcsh */
   1121 	{ NULL } /* end mark */
   1122 };
   1123