jquery.ime updates - keyboard mapping fixes

For ru,uz,be kbd mappings

Change-Id: I9a802c21294ab09955760201b14f1cab866402de
This commit is contained in:
Santhosh Thottingal
2013-06-19 16:31:33 +05:30
committed by Gerrit Code Review
parent 10c1177c1d
commit 1be1fdd1bd
3 changed files with 3 additions and 6 deletions

View File

@@ -44,7 +44,7 @@
['n', 'т'],
['m', 'ь'],
[',', 'б'],
['.', 'ю'],
['\\.', 'ю'],
['/', '.'],
['\\!', '!'],
['\\@', '\"'],
@@ -99,4 +99,3 @@
$.ime.register( beKbd );
}( jQuery ) );

View File

@@ -44,7 +44,7 @@
['n', 'т'],
['m', 'ь'],
[',', 'б'],
['.', 'ю'],
['\\.', 'ю'],
['/', '.'],
['\\!', '!'],
['\\@', '\"'],
@@ -98,4 +98,3 @@
$.ime.register( ruKbd );
}( jQuery ) );

View File

@@ -44,7 +44,7 @@
['n', 'т'],
['m', 'ь'],
[',', 'б'],
['.', 'ю'],
['\\.', 'ю'],
['/', '.'],
['\\!', '!'],
['\\@', '\"'],
@@ -100,4 +100,3 @@
$.ime.register( uzKbd );
}( jQuery ) );