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/dvorak | 146 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 res/keyboard/layout/ast/dvorak (limited to 'res/keyboard/layout/ast/dvorak') diff --git a/res/keyboard/layout/ast/dvorak b/res/keyboard/layout/ast/dvorak new file mode 100644 index 0000000..ca4c19b --- /dev/null +++ b/res/keyboard/layout/ast/dvorak @@ -0,0 +1,146 @@ +information + language "Asturian" + country "Spain" + variant "Dvorak" +end information + +include "../common/dvorak" +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("1" "!" "|" "¹") +key("2" "\"" "@" "²") +key("3" "·" "#" "³") +key("4" "$" "~" "¼") +key("5" "%" "¦" "⅝") +key("6" "&" "¬" "¾") +key("7" "/" "½" "⅞") +key("8" "(" "⅛" "⅜") + : ")" + : "^" + : + : "=" + : "`" + : + : "'" + : "?" + : + : + : "¡" + : "¿" + : + : + + +key("." ":" "<" "«") +key("," ";" ">" "»") +caps("ñ" "ł" "Ł") +nocaps("p" "¶" "º") +nocaps("y" "¥" "ª") +caps("f" "ŧ" "Ŧ") +caps("g" "đ" "Ð") +nocaps("c" "¢" "©") +caps("h" "ḥ" "Ḥ") +caps("l" "ḷ" "Ḷ") + : + : "[" + : + : "+" + : "*" + : "]" + : "±" + + +caps("a" "æ" "Æ") +caps("o" "ø" "Ø") +nocaps("e" "€" "¢") +caps("u" "å" "Å) +caps("i" "œ" "Œ") +caps("d" "ð" "Ð") +nocaps("r" "®" "™") +caps("t" "þ" "Þ") +caps("n" "ŋ" "Ŋ") +nocaps("s" "ß" "§") + : + : "{" + : + : "}" + : + + +key("<" ">" "‽" "⸘") + : "-" + : "_" + : + : +nocaps("q" "¤" "Ω") + : + : # horn +nocaps("k" "ĸ" "ı") +nocaps("x" "×" "÷") +nocaps("b" "←" "→") +nocaps("m" "µ" "£") +nocaps("w" "↓" "↑") +nocaps("v" "“" "‘") +nocaps("z" "”" "’") + -- cgit v1.2.3-70-g09d2