scripts/system/progm.mim

24 lines
294 B
Plaintext
Raw Normal View History

2019-10-24 21:15:13 -07:00
(input-method en progm)
(description "Programmer english")
(title "en")
(map
(trans
(":" "+")
("'" "@")
("\"" "`")
("@" "\"")
("^" "&")
("&" "'")
("*" "(")
("(" ")")
(")" "-")
("-" ":")
("_" "*")
("=" "_")
("+" "=")
("`" "^")
("/" "/")))
(state (init (trans)))