Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/kn/kn-inscript2.js
Amir E. Aharoni 95c23085ff Update jquery.ime from upstream
Change-Id: I1eabfcda79be85c8c28c11472ddc17b2e90c061d
2013-07-15 15:59:29 +03:00

121 lines
2.1 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

( function ( $ ) {
'use strict';
var knInscript2 = {
id: 'kn-inscript2',
name: 'ಇನ್‌ಸ್ಕ್ರಿಪ್ಟ್ ೨',
description: 'Enhanced InScript keyboard for Kannada script',
date: '2013-01-16',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
['1', '೧'],
['2', '೨'],
['\\#', '್ರ'],
['3', '೩'],
['\\$', 'ರ್'],
['4', '೪'],
['5', '೫'],
['6', '೬'],
['7', '೭'],
['8', '೮'],
['\\(', '('],
['9', '೯'],
['\\)', ')'],
['0', ''],
['\\_', 'ಃ'],
['\\-', '-'],
['\\+', 'ಋ'],
['\\=', 'ೃ'],
['Q', 'ಔ'],
['q', 'ೌ'],
['W', 'ಐ'],
['w', 'ೈ'],
['E', 'ಆ'],
['e', 'ಾ'],
['R', 'ಈ'],
['r', 'ೀ'],
['T', 'ಊ'],
['t', 'ೂ'],
['Y', 'ಭ'],
['y', 'ಬ'],
['U', 'ಙ'],
['u', 'ಹ'],
['I', 'ಘ'],
['i', 'ಗ'],
['O', 'ಧ'],
['o', 'ದ'],
['P', 'ಝ'],
['p', 'ಜ'],
['\\{', 'ಢ'],
['\\[', 'ಡ'],
['\\}', 'ಞ'],
['\\]', '಼'],
['A', 'ಓ'],
['a', 'ೋ'],
['S', 'ಏ'],
['s', 'ೇ'],
['D', 'ಅ'],
['d', '್'],
['F', 'ಇ'],
['f', 'ಿ'],
['G', 'ಉ'],
['g', 'ು'],
['H', 'ಫ'],
['h', 'ಪ'],
['J', 'ಱ'],
['j', 'ರ'],
['K', 'ಖ'],
['k', 'ಕ'],
['L', 'ಥ'],
['l', 'ತ'],
[':', 'ಛ'],
[';', 'ಚ'],
['"', 'ಠ'],
['\\\'', 'ಟ'],
['\\~', 'ಒ'],
['`\\', 'ೊ'],
['Z', 'ಎ'],
['z', 'ೆ'],
['x', ''],
['C', 'ಣ'],
['c', 'ಮ'],
['v', 'ನ'],
['b', 'ವ'],
['N', 'ಳ'],
['n', 'ಲ'],
['M', 'ಶ'],
['m', 'ಸ'],
['\\<', 'ಷ'],
[',', ','],
['\\>', '।'],
['\\.', '.'],
['/', 'ಯ'],
['\\%', 'ಜ್ಞ'],
['\\^', 'ತ್ರ'],
['\\&', 'ಕ್ಷ'],
['\\*', 'ಶ್ರ']
],
patterns_x: [
['1', ''],
['2', ''],
['4', '₹'],
['\\+', 'ೠ'],
['\\=', 'ೄ'],
['R', 'ೡ'],
['r', 'ೣ'],
['u', 'ೱ'],
['F','ಌ'],
['f', 'ೢ'],
['H', 'ೞ'],
['j', 'ೲ'],
['\\>', 'ಽ'],
['\\.', '॥']
]
};
$.ime.register( knInscript2 );
}( jQuery ) );