1 ;;; tamil-dvorak.el --- Quail package for Tamil input with Dvorak keyboard
3 ;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
5 ;; Author: Shakthi Kannan <author@shakthimaan.com>
7 ;; Keywords: multilingual, input method, Indian, Tamil, Dvorak
9 ;; This file is released under the terms of GNU Emacs.
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
26 ;;; After loading this file in GNU Emacs, you can select this input
27 ;;; layout using "C-x Return C-\" followed by "tamil-dvorak" (without
28 ;;; the quotes). Available keys: Z
30 ;;; TODO: Add Tamil numbers, calendar from Unicode
37 "tamil-dvorak" "Tamil" "யளனக" nil
38 "யளனக Tamil keyboard layout for use with Unicode (UTF-8 encoding)
39 and Dvorak keyboard layout."
40 nil t t t t nil nil nil nil nil t
)
44 ;; 1! 2@ 3# 4$ 5% 6^ 7& 8* 9( 0) [{ ]}
45 ;; '" ,< .> pP yY fF gG cC rR lL /? =+ \|
46 ;; aA oO eE uU iI dD hH tT nN sS -_
47 ;; ;: qQ jJ kK xX bB mM wW vV zZ
50 ;; 1! 2@ 3# 4௹ 5% 6^ 7& 8* 9( 0) -_ {}
51 ;; ஞஶ றஷ நஸ சஹ வஜ லல ரர ைஐ ொ ோ ிீ ுூ =+ \|
52 ;; ய' ள, ன. க" ப? ாழ த[ ம] ட< ்ஃ ங>
53 ;; ண$ ஒஓ உஊ எஏ ெே ஔ ௌ அஆ இஈ ;: zZ
151 ;;; tamil-dvorak.el ends here