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" />                
