aboutsummaryrefslogtreecommitdiffstats
path: root/res/keyboard/layout/common/latin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--res/keyboard/layout/common/latin12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/keyboard/layout/common/latin b/res/keyboard/layout/common/latin
new file mode 100644
index 0000000..ff5d9cc
--- /dev/null
+++ b/res/keyboard/layout/common/latin
@@ -0,0 +1,12 @@
+for "0" to "9" as \1
+ <letter \1> : "\1"
+end for
+
+for "a" to "z" as \1
+ let \2 : "\sub(\1 \sub("a" "A"))"
+ <letter \1> : "\1"
+ <shift letter \1> : "\2"
+ <caps letter \1> : "\2"
+ <shift caps letter \1> : "\1"
+end for
+