Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Add el-cheapo finnish encoding, i.e. make the...
details: https://anonhg.NetBSD.org/src/rev/9fed56202bcc
branches: trunk
changeset: 566592:9fed56202bcc
user: pooka <pooka%NetBSD.org@localhost>
date: Thu May 13 15:00:27 2004 +0000
description:
Add el-cheapo finnish encoding, i.e. make the name "fi" point to
the swedish keymap, which actually gets set.
inspired by wiz
keymap name blessed by Klaus
diffstat:
sys/dev/wscons/wsksymdef.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b0cbf0145831 -r 9fed56202bcc sys/dev/wscons/wsksymdef.h
--- a/sys/dev/wscons/wsksymdef.h Thu May 13 13:05:53 2004 +0000
+++ b/sys/dev/wscons/wsksymdef.h Thu May 13 15:00:27 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsksymdef.h,v 1.47 2002/11/25 20:49:55 fvdl Exp $ */
+/* $NetBSD: wsksymdef.h,v 1.48 2004/05/13 15:00:27 pooka Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -522,6 +522,7 @@
{ KB_UK, "uk" }, \
{ KB_JP, "jp" }, \
{ KB_SV, "sv" }, \
+ { KB_SV, "fi" }, \
{ KB_NO, "no" }, \
{ KB_ES, "es" }, \
{ KB_HU, "hu" }, \
Home |
Main Index |
Thread Index |
Old Index