Update jquery.ime and jquery.uls from upstream
jquery.ime: * Update Batak keyboard. * Add new Javanese and Sundanese keyboards. Updating to07ab0cae9ajquery.uls: * Update language-data: Add Pintupi-Luritja (piu) and some internal data files cleanup. * Code cleanup in lcd. Updating to:95e50bb37bChange-Id: Ifc900e6dfd2bc2a5dfd12243a7c8bc662e99a711
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
description: 'QWERTY-based Batak Toba transliteration',
|
||||
date: '2014-04-20',
|
||||
URL: 'http://evertype.com/fonts/batak/',
|
||||
author: 'design by Michael Everson, implementation by Amir E. Aharoni',
|
||||
version: '1.0',
|
||||
author: 'design by Michael Everson, implementation by Amir E. Aharoni and Benny Lin',
|
||||
version: '1.1',
|
||||
patterns: [
|
||||
[ 'q', 'ᯥ' ],
|
||||
[ 'w', 'ᯋ' ],
|
||||
@@ -52,38 +52,29 @@
|
||||
|
||||
[ 'A', 'ᯁ' ],
|
||||
[ 'S', 'ᯙ' ],
|
||||
|
||||
[ 'D', 'ᯩ' ],
|
||||
[ 'F', '᯳' ],
|
||||
[ 'G', 'ᯏ' ],
|
||||
[ 'H', 'ᯃ' ],
|
||||
[ 'J', 'ᯄ' ],
|
||||
|
||||
[ 'K', 'ᯱ' ],
|
||||
[ 'L', 'ᯟ' ],
|
||||
|
||||
[ 'Z', 'ᯚ' ],
|
||||
|
||||
[ 'X', 'ᯰ' ],
|
||||
[ 'C', 'ᯠ' ],
|
||||
[ 'V', '᯦' ],
|
||||
[ 'B', 'ᯆ' ],
|
||||
[ 'N', 'ᯊ' ],
|
||||
[ 'M', 'ᯕ' ],
|
||||
|
||||
[ '`', 'ᯠ' ],
|
||||
[ '=', 'ᯱ' ],
|
||||
[ '\\+', '᯦' ],
|
||||
[ '-', '' ],
|
||||
[ '_', 'ᯩ' ],
|
||||
|
||||
[ 'B', 'ᯆ' ]
|
||||
],
|
||||
patterns_x: [
|
||||
[ '4', '᯼' ],
|
||||
[ '5', '᯽' ],
|
||||
[ '6', '᯾' ],
|
||||
[ '7', '᯿' ],
|
||||
|
||||
[ 'w', 'ᯍ' ],
|
||||
[ '`', '`' ]
|
||||
[ '7', '᯿' ]
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( tobaKbd );
|
||||
}( jQuery ) );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user