From 55296bceb8d483a2d88614539eed7ae23cb763eb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 18 Aug 2014 16:55:16 +0200 Subject: add ast layouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/keyboard/layout/ast/colemak | 151 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 res/keyboard/layout/ast/colemak (limited to 'res/keyboard/layout/ast/colemak') diff --git a/res/keyboard/layout/ast/colemak b/res/keyboard/layout/ast/colemak new file mode 100644 index 0000000..f068e4e --- /dev/null +++ b/res/keyboard/layout/ast/colemak @@ -0,0 +1,151 @@ +information + language "Asturian" + country "Spain" + variant "Colemak" +end information + +include "../common/colemak" +include "../common/base" + + +function comma/0 + "," +end function +function altcomma/0 + "." +end function + +macro mod_letter/2 + : "\1" + : "\2" + : "\2" + : "\1" +end macro + +mod_letter("ñ" "Ñ") +mod_letter("ç" "Ç") + + : + : + : + : + : + : + : + : + : + : + : + : + + +macro key/4 + : "\1" + : "\2" + : "\3" + : "\4" +end macro + +macro nocaps/2 + : "\2" + : +end macro + +macro nocaps/3 + : "\2" + : "\3" +end macro + +macro caps/3 + : "\2" + : "\3" + : "\3" + : "\2" +end macro + + +key("º" "ª" "\\" "¾") +key("1" "!" "|" "¡") +key("2" "\"" "@" "⅛") +key("3" "·" "#" "£") +key("4" "$" "~" "¼") +key("5" "%" "½" "⅜") +key("6" "&" "¬" "⅝") +key("7" "/" "{" "⅞") +key("8" "(" "[" "™") +key("9" ")" "]" "±") +key("0" "=" "}" "°") +key("'" "?" "\\" "¿") + : "¡" + : "¿" + : + : "~" + + +nocaps("q" "Ω" "¥") +caps("w" "ł" "Ł") +nocaps("f" "đ" "ª") +caps("p" "þ" "Þ") +caps("g" "ŋ" "Ŋ") + : + : # horn +nocaps("l" "ḷ" "Ḷ") +nocaps("u" "↓" "↑") +nocaps("y" "←" "→") + : + : + + : + : "[" + : + + : "+" + : "*" + : "]" + : + + +caps("a" "æ" "Æ") +nocaps("r" "¶" "®") +nocaps("s" "ß" "§") +caps("t" "ŧ" "Ŧ") +caps("d" "ð" "Ð") +caps("h" "ḥ" "Ḥ") + : + : +nocaps("e" "€" "¢") +caps("i" "œ" "Œ") +caps("o" "ø" "Ø") + + : + : "{" + : + + : "}" + : + + +key("<" ">" "|" "¦") +nocaps("z" "«" "⸘") +nocaps("x" "»" "‽") +nocaps("c" "¢" "©") +nocaps("v" "“" "‘") +nocaps("b" "”" "’") +nocaps("k" "ĸ" "ı") +nocaps("m" "µ" "º") + + : "," + : ";" + : + : "×" + + : "." + : ":" + : "·" + : "÷" + + : "-" + : "_" + : + : + -- cgit v1.2.3-70-g09d2