Update jquery.ime from upstream
Version: v0.1.0+20130914 Changes: 1. Improved Persian keyboard. 2. Show the menu correctly if it goes off-screen. 3. Removed unneeded code. 4. Ability to customise time out for IME selector widget. Bug: 52154 Change-Id: Id87dee11456de0499450083f434b64e188b6d33f
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
name: 'kbd',
|
||||
description: 'Persian standard (ISIRI 9147) keyboard layout',
|
||||
date: '2013-08-30',
|
||||
URL: 'http://behnam.esfahbod.info/standards/isiri-keyboard-9147.pdf',
|
||||
URL: 'http://www.isiri.org/portal/files/std/9147.pdf',
|
||||
author: 'Ebrahim Byagowi',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
@@ -131,8 +131,8 @@
|
||||
['i', '\u202d'],
|
||||
['o', '\u202e'],
|
||||
['p', '\u202c'],
|
||||
['\\[', '\u200a'],
|
||||
['\\]', '\u200b'],
|
||||
['\\[', '\u202a'],
|
||||
['\\]', '\u202b'],
|
||||
|
||||
['a', ''],
|
||||
['s', ''],
|
||||
|
||||
Reference in New Issue
Block a user