diff options
author | Arun Isaac | 2022-08-27 23:28:58 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-27 23:28:58 +0530 |
commit | e239d349cdf6273d554284e6785e45ca6916586a (patch) | |
tree | 62a8927c84e9f3d39e3aeaac0c11b96730e8ff63 /tamil99.el | |
parent | 400e7a33d13fd3b71f35f89d6afc9e8260a37f63 (diff) | |
download | tamil99-e239d349cdf6273d554284e6785e45ca6916586a.tar.gz tamil99-e239d349cdf6273d554284e6785e45ca6916586a.tar.lz tamil99-e239d349cdf6273d554284e6785e45ca6916586a.zip |
Translate key position to the standard qwerty layout.
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.
Diffstat (limited to 'tamil99.el')
-rw-r--r-- | tamil99.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -53,8 +53,9 @@ (require 'seq) (quail-define-package - "tamil99" "Tamil" "tamil99" - t "Tamil99 input method") + "tamil99" "Tamil" "தமிழ்99" + t "Tamil99 input method" + nil nil nil t) (defconst tamil99-vowels '(("q" "ஆ") |