Update jquery.ime from upstream
Use consistent macron below character in the Tyap keyboard.
Updating to
cd027ccb71
Change-Id: I0342609dc944cb6240a1447a9ed0f34f9e748889
This commit is contained in:
committed by
jenkins-bot
parent
2bc15fe56f
commit
c5684fcc72
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.2.0+20201207
|
/*! jquery.ime - v0.2.0+20201223
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2020 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
* Copyright (c) 2020 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
|
|||||||
@@ -11,10 +11,10 @@
|
|||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
version: '1.1',
|
version: '1.1',
|
||||||
patterns: [
|
patterns: [
|
||||||
[ '~A', 'A̠' ],
|
[ '~A', 'A\u0331' ],
|
||||||
[ '~a', 'a̱' ],
|
[ '~a', 'a\u0331' ],
|
||||||
[ '~I', 'I̠' ],
|
[ '~I', 'I\u0331' ],
|
||||||
[ '~i', 'i̠' ],
|
[ '~i', 'i\u0331' ],
|
||||||
[ '~/', '\u0301' ], // Combining acute accent
|
[ '~/', '\u0301' ], // Combining acute accent
|
||||||
[ '~_', '\u0331' ] // Combining macron below
|
[ '~_', '\u0331' ] // Combining macron below
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user