<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tom Spear wrote:
<blockquote
 cite="midf8a14c610603311133p3cd8da84y1c1d6b04db28208@mail.gmail.com"
 type="cite">Hi all, this is a call for volunteers.  I am hoping that
certain developers participating in another thread are willing to
rewrite the keyboard code, but we need people to test.  If you are
interested, please reply here saying that you are interested, and what
kind of keyboard you use, as well as the layout you use under X.  I
will be creating a wiki page for this project once the people who will
be taking on this rewrite confirm that they will do so, and will post
the link to this thread as soon as it is created.
  <br>
  <br>
The purpose of this rewrite is to (hopefully) fix all of the problems
people have with key mappings, characters not showing up as expected,
race conditions, characters not showing up at all, etc, and hopefully
allow us to close out many of the bugs in bugzilla having to do with
the keyboard.
  <br>
  <br>
Thanks all in advance<br>
  <br>
Tom<br>
  <pre wrap="">
<hr size="4" width="90%">

  </pre>
</blockquote>
Sure, I'll help. Let me go fetch my X settings... (opens nedit on
/etc/X11/xorg.conf....)<br>
<br>
I don't know what this qualifies as, but it's 'hp5181' (my keyboard is
a HP5181), The keyboard rules appear to be pc104 with extra code for
extended keys, XF86Audio[InsetKeyHere], example, XF86AudioPlay (or
whatever the name for it is, i know that XF86Audio part is right)<br>
<br>
My X config for the keyboard subject:<br>
<br>
Section "InputDevice"<br>
<br>
# miles of xorgcfg comments stripped for breverty, never removed them<br>
# ...<br>
    Identifier     "Keyboard1"<br>
    Driver         "kbd"<br>
    Option         "AutoRepeat" "500 30"<br>
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br>
    Option         "XkbRules" "xorg"<br>
    Option         "XkbModel" "hp5181"<br>
    Option         "XkbLayout" "en_US"<br>
EndSection<br>
</body>
</html>