Skip to content

Commit

Permalink
test(android/samples): Add special characters to keyboard harness kmp
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Apr 22, 2024
1 parent 0c3351f commit c79487f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
</Info>
<Files>
<File>
<Name>..\..\..\..\..\..\..\web\testing\chirality\chirality.js</Name>
<Name>..\..\..\..\..\..\..\web\src\test\manual\web\chirality\chirality.js</Name>
<Description>File chirality.js</Description>
<CopyLocation>0</CopyLocation>
<FileType>.js</FileType>
</File>
<File>
<Name>..\..\..\..\..\..\..\web\testing\platform\platformtest.js</Name>
<Name>..\..\..\..\..\..\..\web\src\test\manual\web\platform\platformtest.js</Name>
<Description>File platformtest.js</Description>
<CopyLocation>0</CopyLocation>
<FileType>.js</FileType>
Expand Down Expand Up @@ -62,7 +62,7 @@
</Languages>
</Keyboard>
<Keyboard>
<Name>longpress</Name>
<Name>longpress '"\|5% +</Name>
<ID>longpress</ID>
<Version>1.0</Version>
<OSKFont>code2001.ttf</OSKFont>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ KeymanWeb.KR(new Keyboard_longpress());

function Keyboard_longpress() {
this.KI = "Keyboard_longpress";
this.KN = "longpress";
this.KN = "longpress '\"\\|5% +";
this.KV = null;
this.KH = '';
this.KM = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected void onCreate(Bundle savedInstanceState) {
Keyboard longpressKBbInfo = new Keyboard(
"keyboardharness",
"longpress",
"Longpress Keyboard",
"longpress '\"\\|5% +",
"en",
"English",
"1.0",
Expand Down

0 comments on commit c79487f

Please sign in to comment.