Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/wscons/keymaps Apply fixes from Chris Pockele (followu...
details: https://anonhg.NetBSD.org/src/rev/d5e872a0d9bb
branches: trunk
changeset: 519395:d5e872a0d9bb
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Dec 16 20:48:38 2001 +0000
description:
Apply fixes from Chris Pockele (followup to misc/13937):
- keycode 5 [4 '] defined wrong
- keycode 6 [5 (] defined wrong
- definition for keycode 29 (Control_L). For some reason,
Ctrl-Alt-Fn console switching would not work with this included.
Without it, the console switching works fine.
- keycode 41 [_ _] not defined, wrong behaviour
diffstat:
share/wscons/keymaps/pckbd.be.azerty | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r 9f2d36615034 -r d5e872a0d9bb share/wscons/keymaps/pckbd.be.azerty
--- a/share/wscons/keymaps/pckbd.be.azerty Sun Dec 16 20:44:11 2001 +0000
+++ b/share/wscons/keymaps/pckbd.be.azerty Sun Dec 16 20:48:38 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pckbd.be.azerty,v 1.1 2001/07/15 14:46:02 jdolecek Exp $
+# $NetBSD: pckbd.be.azerty,v 1.2 2001/12/16 20:48:38 jdolecek Exp $
#
# This is Belgian AZERTY-based keyboard map.
# From Atanas Argirov per PR misc/13464.
@@ -6,9 +6,9 @@
keycode 2=ampersand 1 bar
keycode 3=eacute 2 at
keycode 4=quotedbl 3 numbersign
-keycode 5=parenleft 4
-keycode 6=egrave 5 exclam
-keycode 7=paragraph 6 dead_circumflex
+keycode 5=apostrophe 4
+keycode 6=parenleft 5 exclam
+keycode 7=paragraph 6 asciicircum
keycode 8=egrave 7
keycode 9=exclam 8
keycode 10=ccedilla 9 braceleft
@@ -30,7 +30,6 @@
keycode 26=dead_circumflex dead_diaeresis bracketleft
keycode 27=dollar asterisk bracketright
keycode 28=Return
-keycode 29=Control_L
keycode 30=q Q
keycode 31=s S
keycode 32=d D
@@ -42,8 +41,9 @@
keycode 38=l L
keycode 39=m M
keycode 40=ugrave percent dead_acute
-keycode 41=mu sterling dead_grave
+keycode 41=twosuperior threesuperior grave
keycode 42=Shift_L
+keycode 43=mu sterling dead_grave
keycode 44=w W
keycode 45=x X
keycode 46=c C
Home |
Main Index |
Thread Index |
Old Index