summaryrefslogtreecommitdiff
path: root/io-iokalant.mim
blob: bede2337ed77968854c531aaa2a76def2cba0742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
(input-method io iokalant)
(description 
 "Iokalant Keyboard Layout as follows:

๐˜ค€๐˜ค๐˜ค‚๐˜คƒ๐˜ค„๐˜ค…๐˜ค†๐˜ค‡๐˜คˆ๐˜ค‰
๐˜คŠ๐˜ค‹๐˜คŒ๐˜ค๐˜คŽ๐˜ค๐˜ค๐˜ค‘๐˜ค’
๐˜ค“๐˜ค”๐˜ค•๐˜ค–๐˜ค—๐˜ค˜๐˜ค™

๐˜ค›๐˜คœ๐˜ค๐˜คž๐˜คŸ๐˜ค ๐˜คก๐˜คข๐˜คฃ๐˜คค
๐˜คฅ๐˜คฆ๐˜คง๐˜คจ๐˜คฉ๐˜คช๐˜คš๐˜คซ๐˜คฌ
๐˜คญ๐˜คฎ๐˜คฏ๏ผใƒป๐˜คฐใ€‚

all non [A-Z] letters are left as they are"
)
(title "iokalant keyboard layout")
(map
 (map
  ("q" ?๐˜ค›)
  ("w" ?๐˜คœ)
  ("e" ?๐˜ค)
  ("r" ?๐˜คž)
  ("t" ?๐˜คŸ)
  ("y" ?๐˜ค )
  ("u" ?๐˜คก)
  ("i" ?๐˜คข)
  ("o" ?๐˜คฃ)
  ("p" ?๐˜คค)
  ("a" ?๐˜คฅ)
  ("s" ?๐˜คฆ)
  ("d" ?๐˜คง)
  ("f" ?๐˜คจ)
  ("g" ?๐˜คฉ)
  ("h" ?๐˜คช)
  ("j" ?๐˜คš)
  ("k" ?๐˜คซ)
  ("l" ?๐˜คฌ)
  ("z" ?๐˜คญ)
  ("x" ?๐˜คฎ)
  ("c" ?๐˜คฏ)
  ("v" ?๏ผ)
  ("b" ?ใƒป)
  ("n" ?๐˜คฐ)
  ("m" ?ใ€‚)
  ("Q" ?๐˜ค€)
  ("W" ?๐˜ค)
  ("E" ?๐˜ค‚)
  ("R" ?๐˜คƒ)
  ("T" ?๐˜ค„)
  ("Y" ?๐˜ค…)
  ("U" ?๐˜ค†)
  ("I" ?๐˜ค‡)
  ("O" ?๐˜คˆ)
  ("P" ?๐˜ค‰)
  ("A" ?๐˜คŠ)
  ("S" ?๐˜ค‹)
  ("D" ?๐˜คŒ)
  ("F" ?๐˜ค)
  ("G" ?๐˜คŽ)
  ("H" ?๐˜ค)
  ("J" ?๐˜ค)
  ("K" ?๐˜ค‘)
  ("L" ?๐˜ค’)
  ("Z" ?๐˜ค“)
  ("X" ?๐˜ค”)
  ("C" ?๐˜ค•)
  ("V" ?๐˜ค–)
  ("B" ?๐˜ค—)
  ("N" ?๐˜ค˜)
  ("M" ?๐˜ค™)
 )
)
(state
 (init (map))
)