Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/te/te-inscript2.js
Santhosh Thottingal 7d9b81fb9d Update jquery.ime from upstream
* Adds many input methods

Change-Id: I2f3576948416e7d2bf2f935e609fe50977e7e9d9
2013-02-17 09:44:26 +00:00

127 lines
2.2 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

( function ( $ ) {
'use strict';
var teInScript2 = {
id: 'te-inscript2',
name: 'ఇన్‍స్క్రిప్ట్ 2',
description: 'Enhanced InScript keyboard for Telugu script',
date: '2013-01-16',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
["1", "౧"],
["2", "౨"],
["3", "౩"],
["4", "౪"],
["5", "౫"],
["6", "౬"],
["7", "౭"],
["8", "౮"],
["\\(", "("],
["9", "౯"],
["\\)", ")"],
["0", ""],
["\\_", "ః"],
["\\-", "-"],
["\\+", "ఋ"],
["\\=", "ృ"],
["Q", "ఔ"],
["q", "ౌ"],
["W", "ఐ"],
["w", "ై"],
["E", "ఆ"],
["e", "ా"],
["R", "ఈ"],
["r", "ీ"],
["T", "ఊ"],
["t", "ూ"],
["Y", "భ"],
["y", "బ"],
["U", "ఙ"],
["u", "హ"],
["I", "ఘ"],
["i", "గ"],
["O", "ధ"],
["o", "ద"],
["P", "ఝ"],
["p", "జ"],
["\\{", "ఢ"],
["\\[", "డ"],
["\\}", "ఞ"],
["A", "ఓ"],
["a", "ో"],
["S", "ఏ"],
["s", "ే"],
["D", "అ"],
["d", "్"],
["F", "ఇ"],
["f", "ి"],
["G", "ఉ"],
["g", "ు"],
["H", "ఫ"],
["h", "ప"],
["J", "ఱ"],
["j", "ర"],
["K", "ఖ"],
["k", "క"],
["L", "థ"],
["l", "త"],
[":", "ఛ"],
[";", "చ"],
["\"", "ఠ"],
["\\'", "ట"],
["\\~", "ఒ"],
["\\`", "ొ"],
["Z", "ఎ"],
["z", "ె"],
["X", "ఁ"],
["x", ""],
["C", "ణ"],
["c", "మ"],
["v", "న"],
["b", "వ"],
["N", "ళ"],
["n", "ల"],
["M", "శ"],
["m", "స"],
["\\<", "ష"],
[",", ","],
["\\>", "।"],
["\\.", "."],
["/", "య"],
["\\%", "జ్ఞ"],
["\\^", "త్ర"],
["\\&", "క్ష"],
["\\*", "శ్ర"]
],
patterns_x: [
["\\!", "౹"],
["\\@", "౼"],
["\\#", "౺"],
["\\$", "౽"],
["4", "₹"],
["\\%", "౻"],
["\\^", "౾"],
["1", ""],
["2", ""],
["0", "౸"],
["\\-", "౿"],
["\\+", "ౠ"],
["\\=", "ౄ"],
["R", "ౣ"],
["r", "ౡ"],
["p", "ౙ"],
["F", "ఌ"],
["f", "ౢ"],
[";", "ౘ"],
["Z", "ౖ"],
["z", "ౕ"],
["\\>", "ఽ"],
["\\.", "॥"]
]
};
$.ime.register( teInScript2 );
}( jQuery ) );