Set the jornada 720 volume up/down and play buttons to ignore
instead of unknown.
This commit is contained in:
parent
9021894476
commit
94ebfefbcd
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hpckbdkeymap.h,v 1.42 2006/04/08 15:03:19 peter Exp $ */
|
||||
/* $NetBSD: hpckbdkeymap.h,v 1.43 2006/06/27 10:42:41 peter Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
||||
@ -777,7 +777,7 @@ const int persona_hpw200ec_special_keymap[] = {
|
||||
/* Japanese */
|
||||
const uint8_t jornada7xx_jp_keytrans[] = {
|
||||
/* 00 */ UNK, 1 , 59 , 60 , 61 , 62 , 63 , 64 ,
|
||||
/* 08 */ 65 , 66 , 67 , 112, 41 , UNK, UNK, UNK,
|
||||
/* 08 */ 65 , 66 , 67 , 112, 41 , IGN, IGN, IGN,
|
||||
/* 10 */ UNK, 2 , 3 , 4 , 5 , 6 , 7 , 8 ,
|
||||
/* 18 */ 9 , 10 , 11 , 12 , 13 , UNK, UNK, UNK,
|
||||
/* 20 */ UNK, 16 , 17 , 18 , 19 , 20 , 21 , 22 ,
|
||||
@ -797,7 +797,7 @@ const uint8_t jornada7xx_jp_keytrans[] = {
|
||||
/* US/UK - Fn to the left of the space bar and missing few keys */
|
||||
const uint8_t jornada7xx_us_keytrans[] = {
|
||||
/* 00 */ UNK, 1 , 59 , 60 , 61 , 62 , 63 , 64 ,
|
||||
/* 08 */ 65 , 66 , 67 , 68 , 87 , UNK, UNK, UNK,
|
||||
/* 08 */ 65 , 66 , 67 , 68 , 87 , IGN, IGN, IGN,
|
||||
/* 10 */ UNK, 2 , 3 , 4 , 5 , 6 , 7 , 8 ,
|
||||
/* 18 */ 9 , 10 , 11 , 12 , 13 , UNK, UNK, UNK,
|
||||
/* 20 */ UNK, 16 , 17 , 18 , 19 , 20 , 21 , 22 ,
|
||||
@ -817,7 +817,7 @@ const uint8_t jornada7xx_us_keytrans[] = {
|
||||
/* International - AltGr to the right and extra keys in three middle rows */
|
||||
const uint8_t jornada7xx_intl_keytrans[] = {
|
||||
/* 00 */ UNK, 1 , 59 , 60 , 61 , 62 , 63 , 64 ,
|
||||
/* 08 */ 65 , 66 , 67 , 68 , 87 , UNK, UNK, UNK,
|
||||
/* 08 */ 65 , 66 , 67 , 68 , 87 , IGN, IGN, IGN,
|
||||
/* 10 */ UNK, 2 , 3 , 4 , 5 , 6 , 7 , 8 ,
|
||||
/* 18 */ 9 , 10 , 11 , 12 , 13 , UNK, UNK, UNK,
|
||||
/* 20 */ UNK, 16 , 17 , 18 , 19 , 20 , 21 , 22 ,
|
||||
|
Loading…
Reference in New Issue
Block a user