add a MIM file for my keyboard layout

master
an 2019-10-25 00:15:13 -04:00
parent 10c5224410
commit 8f26d0e4a9
2 changed files with 24 additions and 0 deletions

1
links
View File

@ -35,6 +35,7 @@ system/fcitx/config ~/.config/fcitx/config
system/fcitx/data ~/.config/fcitx/data
system/fcitx/profile ~/.config/fcitx/profile
system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop
system/progm.mim ~/.m17n.d/progm.mim
system/services/marrub.service ~/.config/systemd/user/marrub.service
system/services/marrub.timer ~/.config/systemd/user/marrub.timer
themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py

23
system/progm.mim Normal file
View File

@ -0,0 +1,23 @@
(input-method en progm)
(description "Programmer english")
(title "en")
(map
(trans
(":" "+")
("'" "@")
("\"" "`")
("@" "\"")
("^" "&")
("&" "'")
("*" "(")
("(" ")")
(")" "-")
("-" ":")
("_" "*")
("=" "_")
("+" "=")
("`" "^")
("/" "/")))
(state (init (trans)))