Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/wscons/keymaps Add keymap file for "swedish keyboard w...
details: https://anonhg.NetBSD.org/src/rev/99bf5cbc1c1a
branches: trunk
changeset: 509374:99bf5cbc1c1a
user: drochner <drochner%NetBSD.org@localhost>
date: Wed May 02 15:08:35 2001 +0000
description:
Add keymap file for "swedish keyboard with national characters mapped
to ASCII counterparts".
Addresses the last part of PR kern/8456 by Michael Eriksson.
diffstat:
share/wscons/keymaps/Makefile | 5 +++--
share/wscons/keymaps/pckbd.sv.svascii | 11 +++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r e242af81049c -r 99bf5cbc1c1a share/wscons/keymaps/Makefile
--- a/share/wscons/keymaps/Makefile Wed May 02 13:45:52 2001 +0000
+++ b/share/wscons/keymaps/Makefile Wed May 02 15:08:35 2001 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2000/07/25 17:13:56 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2001/05/02 15:08:35 drochner Exp $
-FILES=
+FILES= pckbd.sv.svascii
+FILESDIR= /usr/share/wscons/keymaps
NOOBJ= yes
.include <bsd.prog.mk>
diff -r e242af81049c -r 99bf5cbc1c1a share/wscons/keymaps/pckbd.sv.svascii
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/wscons/keymaps/pckbd.sv.svascii Wed May 02 15:08:35 2001 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: pckbd.sv.svascii,v 1.1 2001/05/02 15:08:35 drochner Exp $
+#
+# This is an overlay to the swedish keymap which maps
+# the natinal characters to their ASCII counterparts.
+# From Michael Eriksson per PR kern/8456.
+
+keycode 5 = 4 dollar currency
+keycode 26 = braceright bracketright aring Aring
+keycode 39 = bar backslash odiaeresis Odiaeresis
+keycode 40 = braceleft bracketleft adiaeresis Adiaeresis
+keycode 41 = asciitilde
Home |
Main Index |
Thread Index |
Old Index