aboutsummaryrefslogtreecommitdiff
path: root/tamil99.el
AgeCommit message (Collapse)Author
2022-09-03Bump to version 0.1.2.v0.1.2Arun Isaac
* tamil99.el: Bump to version 0.1.2.
2022-08-27Mark tamil99 input method as simple and deterministic.Arun Isaac
* tamil99.el: Mark tamil99 input method as simple and deterministic.
2022-08-27Show keyboard layout visually in describe-input-method.Arun Isaac
* tamil99.el: Show keyboard layout visually in describe-input-method.
2022-08-27Translate key position to the standard qwerty layout.Arun Isaac
The tamil99 input method is based on the key position rather than the character that key stands for. So, to support non-qwerty keyboard layouts, we translate key positions. * tamil99.el: Translate key position to the standard qwerty layout.
2022-08-20Bump to version 0.1.1.v0.1.1Arun Isaac
* tamil99.el: Bump to version 0.1.1.
2022-08-20Do not shadow ச and ஞ with { and }.Arun Isaac
* tamil99.el (tamil99-other): Do not map [ and ].
2022-08-14Require seq.Arun Isaac
* tamil99.el: Require seq.
2022-08-14Require pcase.Arun Isaac
* tamil99.el: Require pcase.
2022-08-14Initial commitArun Isaac