|
|
|
|
|
by bradrn
1774 days ago
|
|
When porting my own multilingual keyboard layout [0] to Linux, I used M17N. It’s actually really convenient and flexible: the keyboard itself is specified as an sexp, which makes it easy to both write it manually and generate it from another format. (I actually ended up making a tool to translate from MSKLC to M17N format [1].) [0] https://github.com/bradrn/Conkey
[1] https://github.com/bradrn/Conkey/tree/master/ms2mim |
|