Input method integration with ULS
The file ext.uls.settingspanel.js is a draft for common code in the different settings panels. Change-Id: I057274f16b27b2c18d43d41c1d43f485a18ef0bf
This commit is contained in:
23
lib/jquery.ime/rules/mai/mai-inscript.js
Normal file
23
lib/jquery.ime/rules/mai/mai-inscript.js
Normal file
@@ -0,0 +1,23 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var hiInScript, maithiliPatterns, maithiliInScript;
|
||||
hiInScript = $.ime.inputmethods['hi-inscript'];
|
||||
maithiliPatterns = $.extend( hiInScript.patterns, [ [ 'z', '\u02BC' ] ] ); // apostrophe
|
||||
|
||||
maithiliInScript = {
|
||||
id: 'mai-inscript',
|
||||
name: 'Maithili InScript',
|
||||
description: 'InScript keyboard for Maithili',
|
||||
date: '2011-02-26',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
contextLength: 0,
|
||||
maxKeyLength: 1,
|
||||
patterns: maithiliPatterns,
|
||||
patterns_x: hiInScript.patterns_x
|
||||
};
|
||||
|
||||
$.ime.register( maithiliInScript );
|
||||
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user