generated from HTR-United/template-htr-united-datarepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a virtual keyboard for Peraire (and in particular for the text in esperanto)
- Loading branch information
Showing
1 changed file
with
109 additions
and
0 deletions.
There are no files selected for viewing
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,109 @@ | ||
{ | ||
"version": "0.1", | ||
"name": "Peraire keyboard", | ||
"author": "", | ||
"characters": [ | ||
{ | ||
"row": 0, | ||
"column": 0, | ||
"legend": "signe d'insertion", | ||
"character": "⋎" | ||
}, | ||
{ | ||
"row": 0, | ||
"column": 1, | ||
"legend": "début de rature", | ||
"character": "⟦" | ||
}, | ||
{ | ||
"row": 0, | ||
"column": 2, | ||
"legend": "fin de rature", | ||
"character": "⟧" | ||
}, | ||
{ | ||
"row": 0, | ||
"column": 3, | ||
"legend": "rature illisible", | ||
"character": "⟦⟧" | ||
}, | ||
{ | ||
"row": 0, | ||
"column": 4, | ||
"legend": "flèche vers la droite", | ||
"character": "→" | ||
}, | ||
{ | ||
"row": 1, | ||
"column": 0, | ||
"legend": "ĉ minuscule", | ||
"character": "ĉ" | ||
}, | ||
{ | ||
"row": 1, | ||
"column": 1, | ||
"legend": "ĝ minuscule", | ||
"character": "ĝ" | ||
}, | ||
{ | ||
"row": 1, | ||
"column": 2, | ||
"legend": "ĥ minuscule", | ||
"character": "ĥ" | ||
}, | ||
{ | ||
"row": 1, | ||
"column": 3, | ||
"legend": "ĵ minuscule", | ||
"character": "ĵ" | ||
}, | ||
{ | ||
"row": 1, | ||
"column": 4, | ||
"legend": "ŝ minuscule", | ||
"character": "ŝ" | ||
}, | ||
{ | ||
"row": 1, | ||
"column": 5, | ||
"legend": "ŭ minuscule", | ||
"character": "ŭ" | ||
}, | ||
{ | ||
"row": 2, | ||
"column": 0, | ||
"legend": "ĉ majuscule", | ||
"character": "Ĉ" | ||
}, | ||
{ | ||
"row": 2, | ||
"column": 1, | ||
"legend": "ĝ majuscule", | ||
"character": "Ĝ" | ||
}, | ||
{ | ||
"row": 2, | ||
"column": 2, | ||
"legend": "ĥ majuscule", | ||
"character": "Ĥ" | ||
}, | ||
{ | ||
"row": 2, | ||
"column": 3, | ||
"legend": "ĵ majuscule", | ||
"character": "Ĵ" | ||
}, | ||
{ | ||
"row": 2, | ||
"column": 4, | ||
"legend": "ŝ majuscule", | ||
"character": "Ŝ" | ||
}, | ||
{ | ||
"row": 2, | ||
"column": 5, | ||
"legend": "ŭ majuscule", | ||
"character": "Ŭ" | ||
} | ||
] | ||
} |