mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 12:07:42 +00:00
Compiles a LDML keyboard .xml down to a KeymanWeb .js file. Currently only supports some metadata. Next step is to generate touch layout data, then to embed the binary kmx data.
1 line
No EOL
399 B
JavaScript
1 line
No EOL
399 B
JavaScript
if(typeof keyman === 'undefined') {console.error('Keyboard requires KeymanWeb 16.0 or later');} else {KeymanWeb.KR(new Keyboard_basic());}function Keyboard_basic() {this.KI="Keyboard_basic";this.KN={"value":"TestKbd"};this.KMINVER="16.0";this.KV={F: '10pt "Arial"', K102: 0};this.KV.KLS={TODO_LDML: 2};this.KDU=1;this.KH="";this.KM=0;this.KBVER="1.0.0";this.KMBM=0;this.gs=function(t,e){return 0;};} |