﻿// Keyboard picture:
var kbd_ta =           "ொ" + "1" + "2" + "3" + "4" + "5" + "6" + "7" + "8" + "9" + "0" + "-" + " " +
                       "ௌ" + "ை" + "ா" + "ீ" + "ூ" + "ப" + "ஹ" + "க" + "த" + "ஜ" + "ட" + "ஞ" + "\\" +
                       "ோ" + "ே" + "்" + "ி" + "ு" + "ப" + "ர" + "க" + "த" + "ச" + "ட" +
                       "ெ" + " " + "ம" + "ந" + "வ" + "ல" + "ஸ" + "," + "." + "ய";

var kbd_ta_shift =     "ஒ" + " " + " " + " " + " " + " " + "^" + "&" + "*" + " " + " " + "ஃ" + " " +
                       "ஔ" + "ஐ" + "ஆ" + "ஈ" + "ஊ" + "ப" + "ங" + "க" + "த" + "ச" + "ட" + " " + "|" +
                       "ஓ" + "ஏ" + "அ" + "இ" + "உ" + "ப" + "ற" + "க" + "த" + "ச" + "ட" +
                       "எ" + " " + "ண" + "ன" + "ழ" + "ள" + "ஷ" + "ஷ" + ">" + "ய";

kbds["ta"] = kbd_ta;
kbds["ta_shift"] = kbd_ta_shift;

var kbd_ta_alt =       " ௧௨௩௪௫௬௭௮௯௰௱௲                                  ";
kbds["ta_alt"] = kbd_ta_alt;

ltrs["ta"] = kbd_ta + kbd_ta_shift;

var mult_ta = new Array();
mult["ta"] = mult_ta;

mult_ta["^"] = "த்ர";
mult_ta["&"] = "க்ஷ";
mult_ta["*"] = "ஷ்ர";
mult_ta[">"] = "ஸ்ரீ";

var indlong_ta = new Array();
indlong["ta"] = indlong_ta;
indlong_ta["ொ"] = true;
indlong_ta["ஒ"] = true;
indlong_ta["ௌ"] = true;
indlong_ta["ஔ"] = true;
indlong_ta["ை"] = true;
indlong_ta["ஐ"] = true;
indlong_ta["ோ"] = true;
indlong_ta["ஓ"] = true;
indlong_ta["க்ஷ"] = true;
indlong_ta["7"] = true;
indlong_ta["ஷ்ர"] = true;
indlong_ta["8"] = true;
indlong_ta["ஹ"] = true;
indlong_ta["ங"] = true;

