From 8f26d0e4a988b096bc9e83531ab9044258519288 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 25 Oct 2019 00:15:13 -0400 Subject: [PATCH] add a MIM file for my keyboard layout --- links | 1 + system/progm.mim | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 system/progm.mim diff --git a/links b/links index ee658a4..b454bf6 100644 --- a/links +++ b/links @@ -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 diff --git a/system/progm.mim b/system/progm.mim new file mode 100644 index 0000000..282ce97 --- /dev/null +++ b/system/progm.mim @@ -0,0 +1,23 @@ +(input-method en progm) +(description "Programmer english") +(title "en") + +(map + (trans + (":" "+") + ("'" "@") + ("\"" "`") + ("@" "\"") + ("^" "&") + ("&" "'") + ("*" "(") + ("(" ")") + (")" "-") + ("-" ":") + ("_" "*") + ("=" "_") + ("+" "=") + ("`" "^") + ("/" "/"))) + +(state (init (trans)))