summaryrefslogtreecommitdiff
path: root/io-iokalant.mim
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-01-24 21:40:03 -0500
committerknolax <1339802534.kk@gmail.com>2018-01-24 21:40:03 -0500
commit61e39277df80068c80c19bf4637dead8c3439d8e (patch)
tree7098963e7740312ade258f04456c4fb5e5be789f /io-iokalant.mim
Initial Commit
Diffstat (limited to 'io-iokalant.mim')
-rw-r--r--io-iokalant.mim74
1 files changed, 74 insertions, 0 deletions
diff --git a/io-iokalant.mim b/io-iokalant.mim
new file mode 100644
index 0000000..bede233
--- /dev/null
+++ b/io-iokalant.mim
@@ -0,0 +1,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))
+)