underscore character under sparc and French keyboard
Hello,
It seems that there is a small problem with the 'underscore'
character in console mode (wscons) under sparc and French
keyboard (type 5).
The attached patch resolved the problem for me. It is intended
for src/sys/dev/sun/.
Thanks & happy new year.
--
oc
--- sunkbd.c.old Sun Nov 24 21:08:07 2002
+++ sunkbd.c Wed Jan 1 01:51:20 2003
@@ -217,7 +217,7 @@
KC(0x22), KS_parenleft, KS_5, KS_bracketleft,
KC(0x23), KS_minus, KS_6, KS_bar,
KC(0x24), KS_egrave, KS_7, KS_grave,
- KC(0x25), KS_exclam, KS_8, KS_backslash,
+ KC(0x25), KS_underscore, KS_8, KS_backslash,
KC(0x26), KS_ccedilla, KS_9, KS_asciicircum,
KC(0x27), KS_agrave, KS_0, KS_at,
KC(0x28), KS_parenright, KS_degree, KS_bracketright,
Received on Tue Dec 31 20:07:17 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:43 EDT
|