Update jquery.ime from upstream

* Adds many input methods

Change-Id: I2f3576948416e7d2bf2f935e609fe50977e7e9d9
This commit is contained in:
Santhosh Thottingal
2013-02-17 15:09:49 +05:30
committed by Santhosh
parent 6ec65fec6c
commit 7d9b81fb9d
45 changed files with 4209 additions and 53 deletions

View File

@@ -0,0 +1,116 @@
( function ( $ ) {
'use strict';
var kedmanee = {
id: 'th-kedmanee',
name: 'Thai Kedmanee',
description: 'Thai Kedmanee Input Method',
date: '2012-10-25',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Kevin K.S. Leung, <sprconan@gmail.com>',
license: 'GPLv3',
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', 'ท'],
[',', 'ม'],
['\\.', 'ใ'],
['/', 'ฝ'],
['`', '_'],
['1', 'ๅ'],
['2', '/'],
['3', '-'],
['4', 'ภ'],
['5', 'ถ'],
['6', 'ุ'],
['7', 'ึ'],
['8', 'ค'],
['9', 'ต'],
['0', 'จ'],
['\\-', 'ข'],
['=', 'ช'],
['~', '%'],
['!', '+'],
['@', '๑'],
['#', '๒'],
['\\$', '๓'],
['%', '๔'],
['\\^', 'ู'],
['&', '฿'],
['\\*', '๕'],
['\\(', '๖'],
['\\)', '๗'],
['_', '๘'],
['\\+', '๙']
]
};
$.ime.register( kedmanee );
}( jQuery ) );

View File

@@ -0,0 +1,116 @@
( function ( $ ) {
'use strict';
var pattachote = {
id: 'th-pattachote',
name: 'Thai Pattachote',
description: 'Thai Pattachote Input Method',
date: '2012-10-25',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Kevin K.S. Leung, <sprconan@gmail.com>',
license: 'GPLv3',
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', 'ส'],
[',', 'ะ'],
['\\.', 'จ'],
['/', 'พ'],
['`', '_'],
['1', '='],
['2', '๒'],
['3', '๓'],
['4', '๔'],
['5', '๕'],
['6', 'ู'],
['7', '๗'],
['8', '๘'],
['9', '๙'],
['0', ''],
['\\-', '๑'],
['=', '๖'],
['~', '฿'],
['!', '+'],
['@', '"'],
['#', '/'],
['\\$', ','],
['%', '?'],
['\\^', 'ุ'],
['&', '_'],
['\\*', '.'],
['\\(', '('],
['\\)', ')'],
['_', '-'],
['\\+', '%']
]
};
$.ime.register( pattachote );
}( jQuery ) );