Update jquery.ime library

upstream: http://github.com/wikimedia/jquery.ime

changes:
* Support for contenteditable, like the VisualEditor surfaces. This
  support is very minimal now. Because of VE bugs on IME support, many
  things are broken. But one-one keyboard mappings should work with less
  issues. The UI of jquery.ime is not integrated with VE toolbar
* More input methods
	- IPA-X-SAMPA by Amir
	- Armenian keymaps by  Aleksey Chalabyan
	- Kurdish keymaps by Ghybu
	- Кыргыз keymap by Amir
	- Central Kurdish keyboards by Çalak
* A lot of input method bug fixes multiple contributors
* Minor UX fixes

Introduces Rangy library.
A module named rangy is defined in VisualEditor extension with more features of rangy.
Here we need only the core library. This module is loaded dynamically from
client when rangy is undefined. If VE is present rangy will be defined, the module
defined in VE will be used. ie, This get loaded only when VE is not present and
user trying to type in a contenteditable.

Bug: 49569
Bug: 50849
Bug: 50220

Change-Id: Iadad5a4e5972fbd1359847526d28e9dbbe00a7c4
This commit is contained in:
Santhosh Thottingal
2013-08-19 09:54:55 +05:30
committed by Santhosh
parent e13a4e2cb0
commit 8f5be106f5
127 changed files with 5454 additions and 643 deletions

View File

@@ -0,0 +1,169 @@
/**
* Eastern Armenian phonetic layout introduced by Microsoft in Windows 2000 and depreceated in Windows 8.
* Original layout was created in late 90-ies based on Unicode 3, and was never updated since release,
* causing it to be incompatible with Unicode.
*
* This layout version complies with Unicode 6.1, including all valid Armenian punctuation signs,
* mijaket (outside of main Armenian Unicode range) and Dram (AMD) sign under USD sign (Shift + 4).
* Please, double-check with Unicode before making any changes here.
*
* Layout supports extended keys, with AltGr (Alt or Alt+Ctrl on some systems) + key,
* producing digits and punctuation marks from standard US keyboard layout.
*/
( function ( $ ) {
'use strict';
var hyEmslegacy = {
id: 'hy-emslegacy',
name: 'ՄՍ Արևելահայերեն (հնացած)',
description: 'Legacy keyboard layout for Eastern Armenian by Microsoft',
date: '2013-02-11',
URL: 'http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdarme.html',
author: 'Parag Nemade, Aleksey Chalabyan',
license: 'GPLv3',
version: '1.1',
patterns: [
['1', '։'],
['\\!', '1'],
['2', 'ձ'],
['\\@', 'Ձ'],
['3', 'յ'],
['\\#', 'Յ'],
['4', '՛'],
['\\$', '֏'],
['5', ','],
['\\%', '4'],
['6', '-'],
['\\^', '9'],
['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', 'վ'],
['V', 'Վ'],
['b', 'բ'],
['B', 'Բ'],
['n', 'ն'],
['N', 'Ն'],
['m', 'մ'],
['M', 'Մ'],
[',', 'շ'],
['\\<', 'Շ'],
['\\.', 'ղ'],
['\\>', 'Ղ'],
['/', 'ծ'],
['\\?', 'Ծ']
],
patterns_x: [
['1', '1'],
['\\!', '!'],
['2', '2'],
['\\@', '@'],
['3', '3'],
['\\#', '#'],
['4', '4'],
['\\$', '$'],
['5', '5'],
['\\%', '%'],
['6', '6'],
['\\^', '^'],
['7', '7'],
['\\&', '&'],
['8', '8'],
['\\*', '*'],
['9', '9'],
['\\(', '('],
['0', '0'],
['\\)', ')'],
['\\-', '-'],
['\\_', '_'],
['\\=', '='],
['\\+', '+'],
['\\`', '`'],
['\\~', '~'],
['\\[', '['],
['\\{', '{'],
['\\]', ']'],
['\\}', '}'],
['\\\\', '\\'],
['\\|', '|'],
[';', ';'],
['\\:', ':'],
['\'', '\''],
['\"', '\"'],
['\\<', '<'],
['\\.', '.'],
['\\>', '>'],
['/', '/'],
['\\?', '?']
]
};
$.ime.register( hyEmslegacy );
}( jQuery ) );

View File

@@ -0,0 +1,172 @@
/**
* This is a phonetic layout for the Armenian language (hy, arm, hye).
* The layout comes from DOS times, and was later popularised by KDWin and WinKeys keyboard "drivers".
* While not as efficient and well-thought as the official typewriter layout, it is very popular as
* it uses similary sounding Latin letters, which is very handy, as keyboards in Armenia
* don't come engraved with Armenian letters.
*
* This layout complies with Unicode 6.1, including all valid Armenian punctuation signs,
* mijaket (outside of main Armenian Unicode range) and Dram (AMD) sign.
* Please, double-check with Unicode before making any changes here.
*
* Layout supports extended keys, with AltGr (Alt or Alt+Ctrl on some systems) + key,
* producing digits and punctuation marks from standard US keyboard layout.
*/
( function ( $ ) {
'use strict';
var hyEphonetic = {
id: 'hy-ephonetic',
name: 'Հայերեն Հնչյունային',
description: 'Armenian phonetic (Eastern) keyboard layout',
date: '2013-07-06',
URL: 'http://hy.am',
author: 'Aleksey Chalabyan Ալեքսեյ Չալաբյան a.k.a Xelgen',
license: 'GPLv3',
version: '1.0',
contextLength: 0,
maxKeyLength: 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', 'վ'],
['V', 'Վ'],
['b', 'բ'],
['B', 'Բ'],
['n', 'ն'],
['N', 'Ն'],
['m', 'մ'],
['M', 'Մ'],
[',', ','],
['\\<', '«'],
['\\.', ''],
['\\>', '»'],
['/', '…'],
['\\?', '՞']
],
patterns_x: [
['1', '1'],
['\\!', '!'],
['2', '2'],
['\\@', '@'],
['3', '3'],
['\\#', '#'],
['4', '4'],
['\\$', '$'],
['5', '5'],
['\\%', '%'],
['6', '6'],
['\\^', '^'],
['7', '7'],
['\\&', '&'],
['8', '8'],
['\\*', '*'],
['9', '9'],
['\\(', '('],
['0', '0'],
['\\)', ')'],
['\\-', '-'],
['\\_', '_'],
['\\=', '='],
['\\+', '+'],
['\\`', '`'],
['\\~', '~'],
['\\[', '['],
['\\{', '{'],
['\\]', ']'],
['\\}', '}'],
['\\\\', '\\'],
['\\|', '|'],
[';', ';'],
['\\:', ':'],
['\'', '\''],
['\"', '\"'],
['\\<', '<'],
['\\.', '.'],
['\\>', '>'],
['/', '/'],
['\\?', '?']
]
};
$.ime.register( hyEphonetic );
}( jQuery ) );

View File

@@ -0,0 +1,172 @@
/**
* This is alternative phonetic layout for Armenian language (hy, arm, hye).
* Based on Armenian phonetic layout, it improves few things, by placing ր under latin r,
* as ր is much more frequent in Armenian. ռ goes under 8, where ր is in standart phonetic.
* Another change, which is not yet in xkb, ( as of July 2013), is swapping ֆ and թ: Ֆ is
* placed under F, where left index finger is, but is the least used letter in Armenian,
* so much more used թ takes it place, comming down from 2.
*
* This layout complies with Unicode 6.1, including all valid Armenian punctuation signs,
* mijaket (outside of main Armenian Unicode range) and Dram (AMD) sign.
* Please, double-check with Unicode before making any changes here.
*
* Layout supports extended keys, with AltGr (Alt or Alt+Ctrl on some systems) + key,
* producing digits and punctuation marks from standard US keyboard layout.
*/
( function ( $ ) {
'use strict';
var hyEphonetic = {
id: 'hy-ephoneticalt',
name: 'Հայերեն Հնչյունային (R->Ր, F->Թ)',
description: 'Eastern Armenian alternative phonetic keyboard layout',
date: '2013-07-08',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Aleksey Chalabyan Ալեքսեյ Չալաբյան a.k.a Xelgen',
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', 'վ'],
['V', 'Վ'],
['b', 'բ'],
['B', 'Բ'],
['n', 'ն'],
['N', 'Ն'],
['m', 'մ'],
['M', 'Մ'],
[',', ','],
['\\<', '«'],
['\\.', ''],
['\\>', '»'],
['/', '…'],
['\\?', '՞']
],
patterns_x: [
['1', '1'],
['\\!', '!'],
['2', '2'],
['\\@', '@'],
['3', '3'],
['\\#', '#'],
['4', '4'],
['\\$', '$'],
['5', '5'],
['\\%', '%'],
['6', '6'],
['\\^', '^'],
['7', '7'],
['\\&', '&'],
['8', '8'],
['\\*', '*'],
['9', '9'],
['\\(', '('],
['0', '0'],
['\\)', ')'],
['\\-', '-'],
['\\_', '_'],
['\\=', '='],
['\\+', '+'],
['\\`', '`'],
['\\~', '~'],
['\\[', '['],
['\\{', '{'],
['\\]', ']'],
['\\}', '}'],
['\\\\', '\\'],
['\\|', '|'],
[';', ';'],
['\\:', ':'],
['\'', '\''],
['\"', '\"'],
['\\<', '<'],
['\\.', '.'],
['\\>', '>'],
['/', '/'],
['\\?', '?']
]
};
$.ime.register( hyEphonetic );
}( jQuery ) );

View File

@@ -1,113 +0,0 @@
( function ( $ ) {
'use strict';
var hyKbd = {
id: 'hy-kbd',
name: 'kbd',
description: 'Eastern Armenian keyboard layout',
date: '2013-02-11',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
['1', ':'],
['\\!', '1'],
['2', 'ձ'],
['\\@', 'Ձ'],
['3', 'յ'],
['\\#', 'Յ'],
['4', '՛'],
['\\$', '3'],
['5', ','],
['\\%', '4'],
['6', '-'],
['\\^', '9'],
['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', 'վ'],
['V', 'Վ'],
['b', 'բ'],
['B', 'Բ'],
['n', 'ն'],
['N', 'Ն'],
['m', 'մ'],
['M', 'Մ'],
[',', 'շ'],
['\\<', 'Շ'],
['.', 'ղ'],
['\\>', 'Ղ'],
['/', 'ծ'],
['\\?', 'Ծ']
]
};
$.ime.register( hyKbd );
}( jQuery ) );

View File

@@ -0,0 +1,168 @@
/**
* Armenian typewriter layout
* Based on themonly official state standard for Armenian keyboard layout:
* http://www.sarm.am/en/standarts/view/5741
*
* This layout complies with Unicode 6.1, including all valid Armenian punctuation signs,
* mijaket (outside of main Armenian Unicode range) and Dram (AMD) sign.
* Please, double-check with Unicode before making any changes here.
*
* Layout supports extended keys, with AltGr (Alt or Alt+Ctrl on some systems) + key,
* producing digits and punctuation marks from standard US keyboard layout.
*/
( function ( $ ) {
'use strict';
var hyTypewriter = {
id: 'hy-typewriter',
name: 'Հայերեն Գրամեքենա',
description: 'Armenian typewriter keyboard layout',
date: '2013-07-08',
URL: 'http://www.sarm.am/en/standarts/view/5741',
author: 'Aleksey Chalabyan Ալեքսեյ Չալաբյան a.k.a Xelgen',
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', 'յ'],
['V', 'Յ'],
['b', 'զ'],
['B', 'Զ'],
['n', 'լ'],
['N', 'Լ'],
['m', 'ք'],
['M', 'Ք'],
[',', 'խ'],
['\\<', 'Խ'],
['\\.', 'շ'],
['\\>', 'Շ'],
['/', 'ռ'],
['\\?', 'Ռ']
],
patterns_x: [
['1', '1'],
['\\!', '!'],
['2', '2'],
['\\@', '@'],
['3', '3'],
['\\#', '#'],
['4', '4'],
['\\$', '$'],
['5', '5'],
['\\%', '%'],
['6', '6'],
['\\^', '^'],
['7', '7'],
['\\&', '&'],
['8', '8'],
['\\*', '*'],
['9', '9'],
['\\(', '('],
['0', '0'],
['\\)', ')'],
['\\-', '-'],
['\\_', '_'],
['\\=', '='],
['\\+', '+'],
['\\`', '`'],
['\\~', '~'],
['\\[', '['],
['\\{', '{'],
['\\]', ']'],
['\\}', '}'],
['\\\\', '\\'],
['\\|', '|'],
[';', ';'],
['\\:', ':'],
['\'', '\''],
['\"', '\"'],
['\\<', '<'],
['\\.', '.'],
['\\>', '>'],
['/', '/'],
['\\?', '?']
]
};
$.ime.register( hyTypewriter );
}( jQuery ) );

View File

@@ -0,0 +1,169 @@
/**
* Western Armenian phonetic layout introduced by Microsoft in Windows 2000 and depreceated in Windows 8.
* Original layout was created in late 90-ies based on Unicode 3, and was never updated since release,
* causing it to be incompatible with Unicode.
*
* This layout version complies with Unicode 6.1, including all valid Armenian punctuation signs,
* mijaket (outside of main Armenian Unicode range) and Dram (AMD) sign under USD sign (Shift + 4).
* Please, double-check with Unicode before making any changes here.
*
* Layout supports extended keys, with AltGr (Alt or Alt+Ctrl on some systems) + key,
* producing digits and punctuation marks from standard US keyboard layout.
*/
( function ( $ ) {
'use strict';
var hyWmslegacy = {
id: 'hy-wmslegacy',
name: 'ՄՍ Արևմտահայերեն (հնացած)',
description: 'Legacy keyboard layout for Western Armenian by Microsoft',
date: '2013-07-08',
URL: 'http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdarmw.html',
author: 'Aleksey Chalabyan Ալեքսեյ Չալաբյան a.k.a Xelgen',
license: 'GPLv3',
version: '1.0',
patterns: [
['1', '։'],
['\\!', '1'],
['2', 'ձ'],
['\\@', 'Ձ'],
['3', 'յ'],
['\\#', 'Յ'],
['4', '՛'],
['\\$', '֏'],
['5', ','],
['\\%', '4'],
['6', '-'],
['\\^', '9'],
['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', 'ւ'],
['V', 'Ւ'],
['b', 'պ'],
['B', 'Պ'],
['n', 'ն'],
['N', 'Ն'],
['m', 'մ'],
['M', 'Մ'],
[',', 'շ'],
['\\<', 'Շ'],
['\\.', 'ղ'],
['\\>', 'Ղ'],
['/', 'ծ'],
['\\?', 'Ծ']
],
patterns_x: [
['1', '1'],
['\\!', '!'],
['2', '2'],
['\\@', '@'],
['3', '3'],
['\\#', '#'],
['4', '4'],
['\\$', '$'],
['5', '5'],
['\\%', '%'],
['6', '6'],
['\\^', '^'],
['7', '7'],
['\\&', '&'],
['8', '8'],
['\\*', '*'],
['9', '9'],
['\\(', '('],
['0', '0'],
['\\)', ')'],
['\\-', '-'],
['\\_', '_'],
['\\=', '='],
['\\+', '+'],
['\\`', '`'],
['\\~', '~'],
['\\[', '['],
['\\{', '{'],
['\\]', ']'],
['\\}', '}'],
['\\\\', '\\'],
['\\|', '|'],
[';', ';'],
['\\:', ':'],
['\'', '\''],
['\"', '\"'],
['\\<', '<'],
['\\.', '.'],
['\\>', '>'],
['/', '/'],
['\\?', '?']
]
};
$.ime.register( hyWmslegacy );
}( jQuery ) );