Port-hp300 archive

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

Re: I8n oddity on HP9000/340



The following diff ought to fix the problem:

Index: hilkbdmap.c
===================================================================
RCS file: /cvsroot/src/sys/dev/hil/hilkbdmap.c,v
retrieving revision 1.2
diff -u -p -r1.2 hilkbdmap.c
--- hilkbdmap.c	15 Feb 2011 11:05:51 -0000	1.2
+++ hilkbdmap.c	8 Nov 2021 16:38:41 -0000
@@ -215,9 +215,9 @@ static const keysym_t hilkbd_keydesc_sv[
     KC(90),	KS_0,		KS_equal,	KS_exclamdown,
     KC(91),	KS_plus,	KS_question,	KS_macron,
     KC(92),	KS_eacute,	KS_Eacute,	KS_plusminus,
-    KC(97),	KS_aring,	KS_Aring,	KS_degree,
-    KC(98),	KS_udiaeresis,	KS_Udiaeresis,	KS_bar,		KS_brokenbar,
-    KC(99),	KS_apostrophe,	KS_asterisk,	KS_mu,
+    KC(99),	KS_aring,	KS_Aring,	KS_degree,
+    KC(100),	KS_udiaeresis,	KS_Udiaeresis,	KS_bar,		KS_brokenbar,
+    KC(101),	KS_apostrophe,	KS_asterisk,	KS_mu,
     KC(107),	KS_odiaeresis,
     KC(108),	KS_adiaeresis,	KS_Adiaeresis,	KS_grave,	KS_apostrophe,
     KC(113),	KS_comma,	KS_semicolon,	KS_less,



Home | Main Index | Thread Index | Old Index