Update jquery.ime to 7572e2

Documentation, code clean ups and build updates

Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
Santhosh Thottingal
2016-04-12 10:05:15 +05:30
parent 0bf38c715f
commit 28044a6f14
134 changed files with 11484 additions and 11473 deletions

View File

@@ -22,97 +22,97 @@
license: 'MIT',
version: '1.0',
patterns: [
['Q', 'Й'],
['W', 'Ц'],
['E', 'У'],
['R', 'К'],
['T', 'Е'],
['Y', 'Н'],
['U', 'Г'],
['I', 'Ш'],
['O', 'Щ'],
['P', 'З'],
['{', 'Х'],
['}', 'Ъ'],
['A', 'Ф'],
['S', 'Ы'],
['D', 'В'],
['F', 'А'],
['G', 'П'],
['H', 'Р'],
['J', 'О'],
['K', 'Л'],
['L', 'Д'],
[':', 'Ж'],
['"', 'Э'],
['Z', 'Я'],
['X', 'Ч'],
['C', 'С'],
['V', 'М'],
['B', 'И'],
['N', 'Т'],
['M', 'Ь'],
['<', 'Б'],
['>', 'Ю'],
['\\?', ','],
[ 'Q', 'Й' ],
[ 'W', 'Ц' ],
[ 'E', 'У' ],
[ 'R', 'К' ],
[ 'T', 'Е' ],
[ 'Y', 'Н' ],
[ 'U', 'Г' ],
[ 'I', 'Ш' ],
[ 'O', 'Щ' ],
[ 'P', 'З' ],
[ '{', 'Х' ],
[ '}', 'Ъ' ],
[ 'A', 'Ф' ],
[ 'S', 'Ы' ],
[ 'D', 'В' ],
[ 'F', 'А' ],
[ 'G', 'П' ],
[ 'H', 'Р' ],
[ 'J', 'О' ],
[ 'K', 'Л' ],
[ 'L', 'Д' ],
[ ':', 'Ж' ],
[ '"', 'Э' ],
[ 'Z', 'Я' ],
[ 'X', 'Ч' ],
[ 'C', 'С' ],
[ 'V', 'М' ],
[ 'B', 'И' ],
[ 'N', 'Т' ],
[ 'M', 'Ь' ],
[ '<', 'Б' ],
[ '>', 'Ю' ],
[ '\\?', ',' ],
['q', 'й'],
['w', 'ц'],
['e', 'у'],
['r', 'к'],
['t', 'е'],
['y', 'н'],
['u', 'г'],
['i', 'ш'],
['o', 'щ'],
['p', 'з'],
['\\[', 'х'],
['\\]', 'ъ'],
['a', 'ф'],
['s', 'ы'],
['d', 'в'],
['f', 'а'],
['g', 'п'],
['h', 'р'],
['j', 'о'],
['k', 'л'],
['l', 'д'],
[';', 'ж'],
['\'', 'э'],
['z', 'я'],
['x', 'ч'],
['c', 'с'],
['v', 'м'],
['b', 'и'],
['n', 'т'],
['m', 'ь'],
[',', 'б'],
['\\.', 'ю'],
['/', '.'],
[ 'q', 'й' ],
[ 'w', 'ц' ],
[ 'e', 'у' ],
[ 'r', 'к' ],
[ 't', 'е' ],
[ 'y', 'н' ],
[ 'u', 'г' ],
[ 'i', 'ш' ],
[ 'o', 'щ' ],
[ 'p', 'з' ],
[ '\\[', 'х' ],
[ '\\]', 'ъ' ],
[ 'a', 'ф' ],
[ 's', 'ы' ],
[ 'd', 'в' ],
[ 'f', 'а' ],
[ 'g', 'п' ],
[ 'h', 'р' ],
[ 'j', 'о' ],
[ 'k', 'л' ],
[ 'l', 'д' ],
[ ';', 'ж' ],
[ '\'', 'э' ],
[ 'z', 'я' ],
[ 'x', 'ч' ],
[ 'c', 'с' ],
[ 'v', 'м' ],
[ 'b', 'и' ],
[ 'n', 'т' ],
[ 'm', 'ь' ],
[ ',', 'б' ],
[ '\\.', 'ю' ],
[ '/', '.' ],
['`', 'ё'],
['~', 'Ё'],
[ '`', 'ё' ],
[ '~', 'Ё' ],
// ! is the same // 1
['@', '"'], // 2
['#', '№'], // 3
['\\$', ';'], // 4
[ '@', '"' ], // 2
[ '#', '№' ], // 3
[ '\\$', ';' ], // 4
// '%' is the same // 5
['^', ':'], // 6
['&', '?'] // 7
[ '^', ':' ], // 6
[ '&', '?' ] // 7
// '*', '(' and ')' are the same // 8, 9, 0
],
//support both qwerty and jcuken keyboards
patterns_x: [
['f|а', 'ӑ'],
['F|А', 'Ӑ'],
['t|е', 'ӗ'],
['T|Е', 'Ӗ'],
['c|с', 'ҫ'],
['C|С', 'Ҫ'],
['e|у', 'ӳ'],
['E|У', 'Ӳ']
]
// support both qwerty and jcuken keyboards
patterns_x: [
[ 'f|а', 'ӑ' ],
[ 'F|А', 'Ӑ' ],
[ 't|е', 'ӗ' ],
[ 'T|Е', 'Ӗ' ],
[ 'c|с', 'ҫ' ],
[ 'C|С', 'Ҫ' ],
[ 'e|у', 'ӳ' ],
[ 'E|У', 'Ӳ' ]
]
};
$.ime.register( cv );