Package: matchbox-keyboard
Version: 0.1+svn20080916-9
Priority: normal

Hi, the numpad keyboard variant is backwards:

9 8 7
6 5 4
3 2 1
  0

the first attached patch flips it back to the expected way.

also for the keyboard-extended.xml variant, the down arrow key is pointing up.

the second patch addresses that.


thanks,
Hamish
--- keyboard-numpad.xml.ORIG	2014-04-18 18:06:58.905797689 +1200
+++ keyboard-numpad.xml	2014-04-18 18:12:45.817658214 +1200
@@ -12,39 +12,39 @@
     <space width="500" extended="true"/>
 
     <key>
-	  <default display="9" />                
+	  <default display="7" />
     </key>
     <key>
-	  <default display="8" />                
+	  <default display="8" />
     </key>
     <key>
-	  <default display="7" />
+	  <default display="9" />
     </key>
 
   </row>
   <row>
     <space width="500" extended="true"/>
     <key>
-	  <default display="6" />
+	  <default display="4" />
     </key>
     <key>
 	  <default display="5" />
     </key>
     <key>
-	  <default display="4" />
+	  <default display="6" />
     </key>
   </row>
   <row>
     <space width="500" extended="true"/>
     <key>
-	  <default display="3" />
+	  <default display="1" />
     </key>
 
     <key>
 	  <default display="2" />
     </key>
     <key>
-	  <default display="1" />
+	  <default display="3" />
     </key>
   </row>
   <row>
@@ -57,4 +57,4 @@
 </layout>
 
 
-</keyboard>
\ No newline at end of file
+</keyboard>
--- keyboard-extended.xml.ORIG	2014-04-18 18:10:53.180300841 +1200
+++ keyboard-extended.xml	2014-04-18 18:11:48.079012825 +1200
@@ -329,7 +329,7 @@
 	  <default display="^" action="up" />                
     </key>
     <key>
-	  <default display="^" action="down" />                
+	  <default display="v" action="down" />                
     </key>
     <key>
 	  <default display="&lt;" action="left" />                

Reply via email to