Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pckbc The key below <escape> is now ~ (KS_asciitilde...



details:   https://anonhg.NetBSD.org/src/rev/e9bed735e07d
branches:  trunk
changeset: 500912:e9bed735e07d
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Wed Dec 20 14:53:18 2000 +0000

description:
The key below <escape> is now ~ (KS_asciitilde) when shifted in the
french layout.
This is consistent with the XFree layout, and is very convenient.

diffstat:

 sys/dev/pckbc/wskbdmap_mfii.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75ef0d589783 -r e9bed735e07d sys/dev/pckbc/wskbdmap_mfii.c
--- a/sys/dev/pckbc/wskbdmap_mfii.c     Wed Dec 20 12:05:40 2000 +0000
+++ b/sys/dev/pckbc/wskbdmap_mfii.c     Wed Dec 20 14:53:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wskbdmap_mfii.c,v 1.18 2000/10/13 12:53:23 mjl Exp $   */
+/*     $NetBSD: wskbdmap_mfii.c,v 1.19 2000/12/20 14:53:18 aymeric Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -275,7 +275,7 @@
     KC(30),  KS_q,
     KC(39),  KS_m,
     KC(40),  KS_ugrave,                KS_percent,
-    KC(41),  KS_twosuperior,
+    KC(41),  KS_twosuperior,   KS_asciitilde,
     KC(43),  KS_asterisk,      KS_mu,
     KC(44),  KS_w,
     KC(50),  KS_comma,         KS_question,



Home | Main Index | Thread Index | Old Index