mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
test(web): Add version to test chirality keyboard
This commit is contained in:
parent
fbe3987efd
commit
0a564e238d
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ function Keyboard_chirality() {
|
|||
};
|
||||
this.KH = '';
|
||||
this.KM = 0;
|
||||
this.KBVER = "1.0";
|
||||
|
||||
this.dfltCodes = ["K_BKQUOTE","K_1","K_2","K_3","K_4","K_5","K_6","K_7","K_8","K_9","K_0",
|
||||
"K_HYPHEN","K_EQUAL","K_*","K_*","K_*","K_Q","K_W","K_E","K_R","K_T",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue