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:
committed by
Santhosh
parent
e13a4e2cb0
commit
8f5be106f5
@@ -6,17 +6,17 @@
|
||||
name: 'صوتی',
|
||||
description: 'Phonetic keyboard for Urdu script',
|
||||
date: '2013-02-18',
|
||||
URL: 'http://cvs.savannah.gnu.org/viewvc/m17n-contrib/im/ur-phonetic.mim?root=m17n&view=markup',
|
||||
author: 'Parag Nemade',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
['!', '!'],
|
||||
['1', '۱'],
|
||||
['\\@', ''],
|
||||
['2', '۲'],
|
||||
['\\#', '/'],
|
||||
['3', '۳'],
|
||||
['\\$', 'ئ'],
|
||||
/* Yeh with hamza above */ ['\\$', 'ئ'],
|
||||
['4', '۴'],
|
||||
['5', '۵'],
|
||||
['6', '۶'],
|
||||
@@ -27,9 +27,9 @@
|
||||
['\\)', '('],
|
||||
['0', '۰'],
|
||||
['\\_" "ّ'],
|
||||
['\\-', 'أ'],
|
||||
['\\+', 'آ'],
|
||||
['\\=', 'ؤ'],
|
||||
/* Alef with hamza above */ ['\\-', 'أ'],
|
||||
/* Alef with madda above */ ['\\+', 'آ'],
|
||||
/* Waw with hamza above */ ['\\=', 'ؤ'],
|
||||
['Q', 'ْ'],
|
||||
['q', 'ق'],
|
||||
['W', 'ﷺ'],
|
||||
@@ -40,13 +40,13 @@
|
||||
['r', 'ر'],
|
||||
['T', 'ٹ'],
|
||||
['t', 'ت'],
|
||||
['Y', ''],
|
||||
['Y', '\u0601'],
|
||||
['y', 'ے'],
|
||||
['U', '،'],
|
||||
['u', 'ء'],
|
||||
['I', 'ٰ'],
|
||||
['i', 'ی'],
|
||||
['O', 'ۃ'],
|
||||
['O', 'ۃ'], // Teh marbuta goal
|
||||
['o', 'ہ'],
|
||||
['P', 'ُ'],
|
||||
['p', 'پ'],
|
||||
@@ -70,10 +70,10 @@
|
||||
['j', 'ج'],
|
||||
['K', 'خ'],
|
||||
['k', 'ک'],
|
||||
['L', 'ؓ'],
|
||||
['L', '\u0613'],
|
||||
['l', 'ل'],
|
||||
[':', ':'],
|
||||
[';', '؛'],
|
||||
/* Arabic semicolon */ [';', '؛'],
|
||||
['\"', '؎'],
|
||||
['\'', 'ٰ'],
|
||||
['\\|', 'ؔ'],
|
||||
@@ -97,10 +97,8 @@
|
||||
['\\<', 'ِ'],
|
||||
[',', '،'],
|
||||
['\\>', 'َ'],
|
||||
['\\.', '۔'],
|
||||
['\\?', '؟'],
|
||||
['////', ''],
|
||||
['\\%', ''],
|
||||
/* Arabic full stop */ ['\\.', '۔'],
|
||||
/* Arabic question mark */ ['\\?', '؟'],
|
||||
['\\^', 'ۖ'],
|
||||
['\\&', 'ٔ'],
|
||||
['\\*', 'ٌ']]
|
||||
|
||||
Reference in New Issue
Block a user