Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/dec Accept the "Utf?r" key as a giant ctrl-alt key. ...
details: https://anonhg.NetBSD.org/src/rev/7c38b2cd2511
branches: trunk
changeset: 499947:7c38b2cd2511
user: ragge <ragge%NetBSD.org@localhost>
date: Sat Dec 02 16:57:41 2000 +0000
description:
Accept the "Utf?r" key as a giant ctrl-alt key. On LK201 "Ctrl" and
"Compose" cannot be pressed at the same time.
diffstat:
sys/dev/dec/wskbdmap_lk201.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 996e95473b53 -r 7c38b2cd2511 sys/dev/dec/wskbdmap_lk201.c
--- a/sys/dev/dec/wskbdmap_lk201.c Sat Dec 02 16:45:51 2000 +0000
+++ b/sys/dev/dec/wskbdmap_lk201.c Sat Dec 02 16:57:41 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wskbdmap_lk201.c,v 1.3 1999/01/06 12:04:09 drochner Exp $ */
+/* $NetBSD: wskbdmap_lk201.c,v 1.4 2000/12/02 16:57:41 ragge Exp $ */
#include <sys/types.h>
#include <dev/wscons/wsksymdef.h>
@@ -24,7 +24,7 @@
KC(115), KS_f13,
KC(116), KS_f14,
KC(124), KS_Help,
- KC(125), KS_Execute,
+ KC(125), KS_Cmd, KS_Execute,
KC(128), KS_f17,
KC(129), KS_f18,
KC(130), KS_f19,
Home |
Main Index |
Thread Index |
Old Index