mai-inscript2.js 609 Bytes
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
( function ( $ ) {
	'use strict';

	var hiInScript2, maithiliPatterns2, maithiliInScript2;

	hiInScript2 = $.ime.inputmethods['hi-inscript2'];
	maithiliPatterns2 = $.extend( hiInScript2.patterns,
		[ [ 'z', '\u02BC' ] ]
	); // apostrophe

	maithiliInScript2 = {
		id: 'mai-inscript2',
		name: 'इनस्क्रिप्ट २',
		description: 'InScript2 keyboard for Maithili',
		date: '2013-02-13',
		license: 'GPLv3',
		version: '1.0',
		contextLength: 0,
		maxKeyLength: 1,
		patterns: maithiliPatterns2,
		patterns_x: hiInScript2.patterns_x
	};

	$.ime.register( maithiliInScript2 );
}( jQuery ) );