Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/hpc Correct AltGr keycode for 680/US layout.



details:   https://anonhg.NetBSD.org/src/rev/4fb9f1934efe
branches:  trunk
changeset: 526801:4fb9f1934efe
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat May 11 04:57:43 2002 +0000

description:
Correct AltGr keycode for 680/US layout.

diffstat:

 sys/dev/hpc/hpckbdkeymap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47aaef0acb55 -r 4fb9f1934efe sys/dev/hpc/hpckbdkeymap.h
--- a/sys/dev/hpc/hpckbdkeymap.h        Sat May 11 00:45:06 2002 +0000
+++ b/sys/dev/hpc/hpckbdkeymap.h        Sat May 11 04:57:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpckbdkeymap.h,v 1.14 2002/05/10 21:05:13 uwe Exp $ */
+/*     $NetBSD: hpckbdkeymap.h,v 1.15 2002/05/11 04:57:43 uwe Exp $ */
 
 /*-
  * Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@@ -531,7 +531,7 @@
 /* 1 */ 60 , 46 , 32 , 18 , 4  , 42 , UNK, UNK, /* shift L 42 */
 /* 2 */ 61 , 47 , 33 , 19 , 5  , UNK, 57 , UNK,
 /* 3 */ 66 , 52 , 38 , 24 , 10 , UNK, 14 , 203,
-/* 4 */ 65 , 51 , 37 , 23 , 9  , UNK, 115, UNK,
+/* 4 */ 65 , 51 , 37 , 23 , 9  , UNK, 184, UNK,
 /* 5 */ 64 , 50 , 36 , 22 , 8  , UNK, UNK, UNK,
 /* 6 */ 62 , 48 , 34 , 20 , 6  , UNK, UNK, 56 , /* alt 56 */
 /* 7 */ 63 , 49 , 35 , 21 , 7  , UNK, UNK,  41,



Home | Main Index | Thread Index | Old Index