aboutsummaryrefslogtreecommitdiffstats
path: root/res/keyboard/layout/common/latin
blob: ff5d9cc70437eabc6390a99ab5a75c06c0bfe742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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