diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-12 12:30:42 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-01 07:50:59 +0200 |
commit | 1a4314b20cc9388f96f5961301fe1dd0a3474d1f (patch) | |
tree | 87dba4910a222f93b631e27eff0d51afd380120a | |
parent | e73e3e47f59c35420bbe691dd4f83e39a4e58b2a (diff) |
feat(colematik): add Turkish letters
-rw-r--r-- | colematik/colematik.xkb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/colematik/colematik.xkb b/colematik/colematik.xkb index dfbad44..6926c74 100644 --- a/colematik/colematik.xkb +++ b/colematik/colematik.xkb @@ -27,6 +27,11 @@ xkb_keymap { key <AD08> {[ NoSymbol, NoSymbol, udiaeresis, Udiaeresis ]}; # ü, Ü key <AC10> {[ NoSymbol, NoSymbol, odiaeresis, Odiaeresis ]}; # ö, Ö + # Turkish letters + key <AC05> {[ NoSymbol, NoSymbol, gbreve, Gbreve ]}; # ğ, Ğ + key <AC04> {[ NoSymbol, NoSymbol, scedilla, Scedilla ]}; # ş, Ş + key <AC09> {[ NoSymbol, NoSymbol, idotless, Iabovedot ]}; # ı, İ + include "inet(evdev)+terminate(ctrl_alt_bksp)" }; xkb_geometry { include "pc(pc105)" }; |