From 41eb4ac9c8bf9e5961a7b97b87e0db37714f2375 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Dec 2014 16:19:04 +0100 Subject: m + fix errors in layout files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/keyboard/layout/common/base | 12 ++++++++++++ res/keyboard/layout/es/latin_american_dvorak | 12 ++++++------ res/keyboard/layout/fi/colemak_classic | 2 +- res/keyboard/layout/fi/qwerty_classic | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) (limited to 'res/keyboard/layout') diff --git a/res/keyboard/layout/common/base b/res/keyboard/layout/common/base index 40bca3a..eb78fd1 100644 --- a/res/keyboard/layout/common/base +++ b/res/keyboard/layout/common/base @@ -1,3 +1,15 @@ +assumption + function digit/1 + \add(\1 "0") + end function + function comma/0 + "," + end function + function altcomma/0 + "." + end function +end assumption + include "control_keys" include "keypad" include "../../compose/dead" diff --git a/res/keyboard/layout/es/latin_american_dvorak b/res/keyboard/layout/es/latin_american_dvorak index ff839d7..ec8c672 100644 --- a/res/keyboard/layout/es/latin_american_dvorak +++ b/res/keyboard/layout/es/latin_american_dvorak @@ -143,12 +143,12 @@ nocaps("r" "®" "™") caps("t" "þ" "Þ") caps("n" "ŋ" "Ŋ") nocaps("s" "ß" "§") - : "{" - : "[" - : - : - : "}" - : "]" + : "{" + : "[" + : + : + : "}" + : "]" caps("}" "ç" "Ç") diff --git a/res/keyboard/layout/fi/colemak_classic b/res/keyboard/layout/fi/colemak_classic index 26b29d7..5d80a9f 100644 --- a/res/keyboard/layout/fi/colemak_classic +++ b/res/keyboard/layout/fi/colemak_classic @@ -122,7 +122,7 @@ key("<" ">" "|" "¦") : "Þ" : "←" - : →" + : "→" : "↓" : "↑" diff --git a/res/keyboard/layout/fi/qwerty_classic b/res/keyboard/layout/fi/qwerty_classic index 295e32f..65b497b 100644 --- a/res/keyboard/layout/fi/qwerty_classic +++ b/res/keyboard/layout/fi/qwerty_classic @@ -144,7 +144,7 @@ key("<" ">" "|" "¦") : "Ə" : "š" - : "Š + : "Š" : "ð" : "Ð" -- cgit v1.2.3-70-g09d2