-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(core): Add test keyboard for text selection tests
Part of #9073.
- Loading branch information
1 parent
4970664
commit fb7c19f
Showing
15 changed files
with
1,033 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
common/test/keyboards/text_selection_tests_keyboard_9073/HISTORY.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Text Selection Tests Keyboard Change History | ||
==================== | ||
|
||
1.0 (2023-11-14) | ||
---------------- | ||
* Created by Keyman Team |
21 changes: 21 additions & 0 deletions
21
common/test/keyboards/text_selection_tests_keyboard_9073/LICENSE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
© 2023 Keyman Team | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
31 changes: 31 additions & 0 deletions
31
common/test/keyboards/text_selection_tests_keyboard_9073/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Text Selection Tests Keyboard keyboard | ||
============== | ||
|
||
Version 1.0 | ||
|
||
Description | ||
----------- | ||
Text Selection Tests Keyboard generated from template | ||
|
||
Links | ||
----- | ||
https://github.com/keymanapp/keyman/issues/9073 | ||
|
||
Copyright | ||
--------- | ||
See [LICENSE.md](LICENSE.md) | ||
|
||
Supported Platforms | ||
------------------- | ||
* Windows | ||
* macOS | ||
* Linux | ||
* Web | ||
* iPhone | ||
* iPad | ||
* Android phone | ||
* Android tablet | ||
* Mobile devices | ||
* Desktop devices | ||
* Tablet devices | ||
|
24 changes: 24 additions & 0 deletions
24
common/test/keyboards/text_selection_tests_keyboard_9073/source/readme.htm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Text Selection Tests Keyboard</title> | ||
<style type="text/css"> | ||
p { font: 10pt Tahoma; } | ||
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px } | ||
h2 { font: bold 12pt Tahoma; color: #4444cc; } | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<h1>Text Selection Tests Keyboard</h1> | ||
|
||
<p> | ||
Text Selection Tests Keyboard 1.0 generated from template. | ||
</p> | ||
|
||
<p>© Keyman Team</p> | ||
|
||
</body> | ||
</html> |
Binary file added
BIN
+1.12 KB
...eyboards/text_selection_tests_keyboard_9073/source/text_selection_tests_keyboard_9073.ico
Binary file not shown.
Oops, something went wrong.