Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/sdh/sdh-kbd.js
mjbmr 62a22850d2 Update jquery.ime to b3f68eb6f8
Change-Id: I7ed94f403521b4ca4aca99405b2928d0f87b6561
2015-06-01 09:54:40 +00:00

109 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

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 sdh_kbd = {
id: 'sdh-kbd',
name: 'کوردی خوارگ',
description: 'Southern Kurdish Keyboard Layout',
date: '2015-05-03',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Mjbmr',
license: 'GPLv3',
version: '1.0',
patterns: [
['`', '\u200c'],
['1', '١'],
['2', '٢'],
['3', '٣'],
['4', '٤'],
['5', '٥'],
['6', '٦'],
['7', '٧'],
['8', '٨'],
['9', '٩'],
['0', '٠'],
['q', 'ض'],
['w', 'ص'],
['e', 'ث'],
['r', 'ق'],
['t', 'ف'],
['y', 'غ'],
['u', 'ع'],
['i', 'ھ'],
['o', 'خ'],
['p', 'ح'],
['\\[', 'ج'],
['\\]', 'چ'],
['a', 'ش'],
['s', 'س'],
['d', 'ی'],
['f', 'ب'],
['g', 'ل'],
['h', 'ا'],
['j', 'ت'],
['k', 'ن'],
['l', 'م'],
[';', 'ک'],
['\'', 'گ'],
['z', 'ظ'],
['x', 'ط'],
['c', 'ز'],
['v', 'ر'],
['b', 'ذ'],
['n', 'د'],
['m', 'پ'],
[',', 'و'],
['~', '÷'],
['@', '٬'],
['#', '٫'],
['%', '٪'],
['\\^', '×'],
['&', '،'],
['\\(', ')'],
['\\)', '('],
['_', 'ـ'],
['Q', 'ْ'],
['W', 'وو'],
['E', 'ڤ'],
['R', 'ً'],
['T', 'ۊ'],
['Y', 'ئ'],
['U', 'ە'],
['I', 'ّ'],
['O', ']'],
['P', '['],
['\\{', '}'],
['\\}', '{'],
['A', 'ؤ'],
['S', 'ئ'],
['D', 'ێ'],
['F', 'إ'],
['G', 'أ'],
['H', 'آ'],
['J', 'ة'],
['K', '»'],
['L', '«'],
['"', '؛'],
['Z', 'ۆ'],
['X', 'ط'],
['C', 'ژ'],
['V', 'ڕ'],
['B', 'ڵ'],
['N', 'ٔ'],
['M', 'ء'],
['<', '>'],
['>', '<'],
['\\?', '؟']
]
};
$.ime.register( sdh_kbd );
}( jQuery ) );