Subject: Re: port-i386/35473: Added Dutch keyboard support to wscons (patches
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Wigcher Spanninga <spanny@spanny.nl>
List: netbsd-bugs
Date: 01/25/2007 09:15:05
The following reply was made to PR port-i386/35473; it has been noted by GNATS.
From: Wigcher Spanninga <spanny@spanny.nl>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-i386/35473: Added Dutch keyboard support to wscons (patches
included)
Date: Thu, 25 Jan 2007 10:12:21 +0100
I just found I submitted the wrong patch for wskbdmap_mfii.c.
My apologies about that, here's the right one:
<--snip-->
Index: wskbdmap_mfii.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pckbport/wskbdmap_mfii.c,v
retrieving revision 1.11
diff -u -r1.11 wskbdmap_mfii.c
--- wskbdmap_mfii.c 1 Apr 2006 23:02:32 -0000 1.11
+++ wskbdmap_mfii.c 25 Jan 2007 09:04:39 -0000
@@ -192,6 +192,40 @@
KC(184), KS_Mode_switch, KS_Multi_key,
};
+static const keysym_t pckbd_keydesc_nl[] = {
+/* pos normal shifted altgr shift-altgr */
+ KC(2), KS_1, KS_exclam, KS_onesuperior,
+ KC(3), KS_2, KS_quotedbl, KS_twosuperior,
+ KC(4), KS_3, KS_numbersign, KS_threesuperior,
+ KC(5), KS_4, KS_dollar, KS_onequarter,
+ KC(6), KS_5, KS_percent, KS_onehalf,
+ KC(7), KS_6, KS_ampersand, KS_threequarters,
+ KC(8), KS_7, KS_underscore, KS_sterling,
+ KC(9), KS_8, KS_parenleft, KS_braceleft,
+ KC(10), KS_9, KS_parenright, KS_braceright,
+ KC(11), KS_0, KS_apostrophe,
+ KC(12), KS_slash, KS_question, KS_backslash,
+ KC(13), KS_degree, KS_dead_tilde, KS_dead_cedilla,
+ KC(18), KS_e, KS_E, KS_currency,
+ KC(26), KS_dead_diaeresis, KS_dead_circumflex,
+ KC(27), KS_asterisk, KS_bar,
+ KC(31), KS_s, KS_S, KS_ssharp,
+ KC(39), KS_plus, KS_plusminus,
+ KC(40), KS_dead_acute, KS_dead_grave,
+ KC(41), KS_at, KS_paragraph, KS_notsign,
+ KC(43), KS_less, KS_greater,
+ KC(44), KS_z, KS_Z, KS_guillemotleft,
+ KC(45), KS_x, KS_X, KS_guillemotright,
+ KC(46), KS_c, KS_C, KS_cent,
+ KC(50), KS_m, KS_M, KS_mu,
+ KC(51), KS_comma, KS_semicolon,
+ KC(52), KS_period, KS_colon,
+ KC(53), KS_minus, KS_equal,
+ KC(86), KS_bracketright, KS_bracketleft, KS_brokenbar,
+ KC(184), KS_Mode_switch, KS_Multi_key,
+};
+
+
static const keysym_t pckbd_keydesc_de[] = {
/* pos normal shifted altgr shift-altgr */
KC(3), KS_2, KS_quotedbl, KS_twosuperior,
@@ -579,6 +613,7 @@
KBD_MAP(KB_ES , KB_US, pckbd_keydesc_es),
KBD_MAP(KB_PT, KB_US, pckbd_keydesc_pt),
KBD_MAP(KB_GR, KB_US, pckbd_keydesc_gr),
+ KBD_MAP(KB_NL, KB_US, pckbd_keydesc_nl),
#endif /* WSKBD_USONLY */
/* placeholders */
<--snip-->
gnats-admin@NetBSD.org schreef:
> Thank you very much for your problem report.
> It has the internal identification `port-i386/35473'.
> The individual assigned to look at your
> report is: port-i386-maintainer.
>
>
>> Category: port-i386
>> Responsible: port-i386-maintainer
>> Synopsis: Added Dutch keyboard support to wscons (patches included)
>> Arrival-Date: Wed Jan 24 09:20:00 +0000 2007
>>
>
>
>
>