xkbd: fix circum key mapping. fixes (reopened) hh.org Bug #1512.
authorRene Wagner <rw@handhelds.org>
Fri, 10 Mar 2006 00:18:04 +0000 (00:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 10 Mar 2006 00:18:04 +0000 (00:18 +0000)
packages/xkbd/xkbd-0.8.15/fix-circumkey.patch [new file with mode: 0644]
packages/xkbd/xkbd_0.8.15.bb

diff --git a/packages/xkbd/xkbd-0.8.15/fix-circumkey.patch b/packages/xkbd/xkbd-0.8.15/fix-circumkey.patch
new file mode 100644 (file)
index 0000000..b23a2a3
--- /dev/null
@@ -0,0 +1,18 @@
+--- xkbd-0.8.15.orig/data/en_GB.qwerty.xkbd.in 2006-03-09 14:48:09.000000000 +0100
++++ xkbd-0.8.15/data/en_GB.qwerty.xkbd.in      2006-03-09 14:52:36.000000000 +0100
+@@ -95,7 +95,7 @@
+               default  6
+               default_ks  6
+               shift  ^
+-              shift_ks  numbersign
++              shift_ks  asciicircum
+       </key>
+       <key>
+               default  7
+@@ -438,4 +438,4 @@
+               shift_ks  Control_R
+       </key>
+ </row>
+-</layout>
+\ No newline at end of file
++</layout>
index d27ee5f..7272c9d 100644 (file)
@@ -1,9 +1,10 @@
 SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}-CVS.tar.gz \
            file://libtool-lossage.patch;patch=1;pnum=1 \
           file://fix-equalsign.patch;patch=1 \
+          file://fix-circumkey.patch;patch=1 \
           file://xkbd.png"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "x11"