File: keyboard-fi.xml-improvements

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 (85 lines) | stat: -rw-r--r-- 2,084 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Description: Improvement for Finnish keyboard layout (#560965)
 The current keyboard-fi.xml has bugs that hinder its usage experience. 
 For example instead of ; there is double entry for :, and capitalization 
 of some letters is the wrong way around.
 .
 The attached, updated keyboard-fi.xml fixes the problems and has a few other 
 minor improvements based on real world usage on Neo FreeRunner.
Author: Timo Jyrinki <timo@debian.org>
Last-Update: 2009-12-13
--- a/layouts/keyboard-fi.xml
+++ b/layouts/keyboard-fi.xml
@@ -52,7 +52,6 @@
     </key>
     <key>
 	  <default display="4" />
-	  <default display="¤" />
 	  <mod1 display="$" />
     </key>
     <key>
@@ -160,8 +159,10 @@
 	  <shifted display="P" />
     </key>
     <key>
-	  <default display="å" />
-	  <shifted display="Å" />
+	  <default display="PgU" action="pageup"/>
+    </key>
+    <key>
+	  <default display="PgD" action="pagedown"/>
     </key>
     <key>
 	  <default display="~" />
@@ -224,8 +225,8 @@
 	  <shifted display="L" />
     </key>
     <key>
-	  <default display="Ö" />
-	  <shifted display="ö" />
+	  <default display="ö" />
+	  <shifted display="Ö" />
     </key>
     <key>
 	  <default display="ä" />
@@ -297,7 +298,7 @@
 
     <key>
 	  <default display="," />
-	  <shifted display=":" />
+	  <shifted display=";" />
     </key>
     <key>
 	  <default display="." />
@@ -343,7 +344,7 @@
     </key>
 
     <key>
-	  <default display="ALT GR" action="modifier:mod1"/>
+	  <default display="AGR" action="modifier:mod1"/>
     </key>
 
 
@@ -351,13 +352,13 @@
 	  <default display="UP" action="up" />
     </key>
     <key>
-	  <default display="DOWN" action="down" />
+	  <default display="DN" action="down" />
     </key>
     <key>
-	  <default display="LEFT" action="left" />
+	  <default display="LF" action="left" />
     </key>
     <key>
-	  <default display="RIGHT" action="right" />
+	  <default display="RG" action="right" />
     </key>
 
     <space width="500" extended="true"/>
@@ -373,4 +374,4 @@
 </layout>
 
 
-</keyboard>
\ No newline at end of file
+</keyboard>