File: extended-keyboard-fix

package info (click to toggle)
matchbox-keyboard 0.1%2Bsvn20080916-11
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,048 kB
  • ctags: 539
  • sloc: ansic: 3,950; xml: 1,778; makefile: 85; sh: 2
file content (16 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix arrows in extended keyboard layout (#745115)
 for the keyboard-extended.xml variant, the down arrow key is pointing up.
 the second patch addresses that.
Author: Hamish <hamish_b@yahoo.com>
Last-Update: 2014-04-17
--- a/layouts/keyboard-extended.xml	2014-04-18 18:10:53.180300841 +1200
+++ b/layouts/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" />