From 15aebe363752d9693bc3459c9b26d70d7e270e7d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 18 Aug 2014 01:26:34 +0200 Subject: add qwerty and colemak no and colemak sv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/keyboard/layout/no/colemak | 190 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 res/keyboard/layout/no/colemak (limited to 'res/keyboard/layout/no/colemak') diff --git a/res/keyboard/layout/no/colemak b/res/keyboard/layout/no/colemak new file mode 100644 index 0000000..a721ba6 --- /dev/null +++ b/res/keyboard/layout/no/colemak @@ -0,0 +1,190 @@ +information + language "Norwegian" + country "Norway" + 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("æ" "Æ") +mod_letter("ø" "Ø") + + : + : + : + : + : + : + : + : + : + : + : + : + + +macro key/4 + : "\1" + : "\2" + : "\3" + : "\4" +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("+" "?" "±" "¿") + : + : + : "¬" + + : + : + : + +key("'" "*" "`" "×") +key("<" ">" "½" "¾") + + : "," + : ";" + : + : + + : "." + : ":" + : "·" + : + + : "-" + : "_" + : "–" + : "—" + + + : "Ω" + : + + : "ł" + : "Ł" + + : "€" + : "¢" + + : "®" + : "™" + + : "þ" + : "Þ" + + : "→" + : + + : "↓" + : "↑" + + : + : "ı" + + : "œ" + : "Œ" + + : "π" + : "Π" + + : + : + + + : + : + + : "ß" + : + + : "ð" + : "Ð" + + : "đ" + : "ª" + + : "ŋ" + : "Ŋ" + + : "ħ" + : "Ħ" + + : + : + + : "ĸ" + : + + : "←" + : + + : + : + + : + : + + + : + : + + : + : + + : "©" + : "℗" + + : "‘" + : "“" + + : "’" + : "”" + + : + : + + : "µ" + : "º" + -- cgit v1.2.3-70-g09d2