Hungarian keyboard encoding
Hello,
Here is a patch against sys/dev/pckbc/wskbdmap_mfii.c to support
Hungarian keyboard encoding. Because the HU table is defined by
the current source, but the table itself is missing. Thats all.
Regards
--
Robert Nagy
http://thuglife.frontember.hu
--- wskbdmap_mfii.c.orig Sat Jan 4 14:40:08 2003
+++ wskbdmap_mfii.c Sun Sep 7 00:56:22 2003
@@ -793,6 +793,46 @@
KC(184), KS_Mode_switch, KS_Multi_key,
};
+static const keysym_t pckbd_keydesc_hu[] = {
+/* pos normal shifted altgr shift-altgr */
#define KBD_MAP(name, base, map) \
{ name, base, sizeof(map)/sizeof(keysym_t), map }
@@ -836,6 +876,7 @@
KBD_MAP(KB_TR, KB_US, pckbd_keydesc_tr),
KBD_MAP(KB_TR | KB_NODEAD, KB_TR, pckbd_keydesc_tr_nodead),
KBD_MAP(KB_PL, KB_US, pckbd_keydesc_pl),
+ KBD_MAP(KB_HU, KB_US, pckbd_keydesc_hu),
{0, 0, 0, 0}
};
Received on Sun Sep 21 10:00:38 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:48:44 EDT
|