Update jquery.ime and jquery.uls from upstream
jquery.ime: * Add Aja tilde and Mon Simplified Anonta * Remove unnecessary Alt combinations from Burmese XKB. Updating to9bb9ec5b3ajquery.uls * Add Aja (ajg) and Logooli. Updating to09c410877dChange-Id: Ib4ee4fa3cd123f0ca872c6afe1c3b1108bc23dbe
This commit is contained in:
35
lib/jquery.ime/rules/ajg/ajg-tilde.js
Normal file
35
lib/jquery.ime/rules/ajg/ajg-tilde.js
Normal file
@@ -0,0 +1,35 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var ajgTilde = {
|
||||
id: 'ajg-tilde',
|
||||
name: 'ajg-tilde',
|
||||
description: 'Aja tilde keyboard',
|
||||
date: '2021-11-13',
|
||||
URL: 'https://github.com/wikimedia/jquery.ime',
|
||||
author: 'Mahuton POSSOUPE, Amir E. Aharoni',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
[ '~D', 'Ɖ' ],
|
||||
[ '~d', 'ɖ' ],
|
||||
[ '~E', 'Ɛ' ],
|
||||
[ '~e', 'ɛ' ],
|
||||
[ '~G', 'Ɣ' ],
|
||||
[ '~g', 'ɣ' ],
|
||||
[ '~N', 'Ŋ' ],
|
||||
[ '~n', 'ŋ' ],
|
||||
[ '~O', 'Ɔ' ],
|
||||
[ '~o', 'ɔ' ],
|
||||
[ '~Z', 'Ʒ' ],
|
||||
[ '~z', 'ʒ' ],
|
||||
[ '~\\\\', '\u0300' ], // Combining grave accent
|
||||
[ '~/', '\u0301' ], // Combining acute accent
|
||||
[ '~\\^', '\u0302' ], // Combining circumflex accent
|
||||
[ '~-', '\u0304' ], // Combining macron
|
||||
[ '~v', '\u030C' ] // Combining caron
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( ajgTilde );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user