[PATCH] keyboard.xml fixes
Michal Ludvig <[email protected]> Thu, 15 Sep 2005 14:23:07 +1200
| Newsgroups | gmane.comp.handhelds.matchbox |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--------------060306050102070406050802
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: 7bit
Hi all,
Attached is a patch that fixes the standard matchbox-keyboard layout.
Please apply.
BTW Without this patch the key '?'+'/' produce questionmark both with
and without Shift, which is strange. I tried to chase down the problem
in the sources, but I don't know enough about X input methods. Hopefully
you'll have an idea how to properly fix it.
Michal Ludvig
--
* Personal homepage: http://www.logix.cz/michal
--------------060306050102070406050802
Content-Type: text/plain;
name="key-xml.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="key-xml.diff"
Index: matchbox-keyboard/layouts/keyboard.xml
===================================================================
--- matchbox-keyboard/layouts/keyboard.xml (revision 1200)
+++ matchbox-keyboard/layouts/keyboard.xml (working copy)
@@ -286,7 +286,7 @@
</key>
<key>
- <default display="." />
+ <default display="," />
<shifted display="<" />
</key>
<key>
@@ -294,8 +294,8 @@
<shifted display=">" />
</key>
<key>
- <default display="?" />
- <shifted display="/" />
+ <default display="/" />
+ <shifted display="?" />
</key>
--------------060306050102070406050802
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Matchbox mailing list
[email protected]
https://handhelds.org/mailman/listinfo/matchbox
--------------060306050102070406050802--