Thank you so much for your help with setting up the keyboard! I also read the tips for the lexical model and I am currently working on that, but that may take a bit longer.
Unfortunately, the keyboard layout in this picture is based off the US keyboard (smaller enter key, key above the enter). Do you have a template I could use to change these layouts, so when people download the keyboard they can see the correct layout? I would also like to add a ācaronā symbol to the key thatās currently blank (the one between m and Ƨ). How do I access this help file (not the one on the website)? I would like to provide a Turkish manual on top of the English one.
The source files for the Laz keyboard are located at:
The online help file laz.php contains:
<div id='osk' data-states='default shift alt shift-alt'>
</div>
which generates the keyboard images you note. Iām not sure if there is any way to alter the shape of the Return key. (@Marc ?)
Alternatively, you can include images in the āhelpā folder and reference them from the .php file (in the same way that images in the āwelcomeā folder are referenced by the welcome.htm file). Keyman Developer can generate keyboard images, but I donāt think that thereās any way to change the shape of the Return key.
Note, however, that these two files (the .php file for the online help and the welcome.htm file for the help that is packaged with the keyboard and available locally) only describe the function of the keyboard. If you want to change what is produced by the blank key that you reference, that will require a change to the keyboard source (.kmn) file, as well as to the help documentation.
Yes, itās just the pictures of the layout Iād like to change. Do you happen to have a blank template with the correct configuration? I donāt mind using Canva/PowerPoint to add the letters/symbols to the keys myself. Itās a bit tedious but I think itās necessary!
So I just created a new project and pasted one the default code of my keyboard to access the visual keyboard. Adding one dead-key makes it non-accessible, so for now I only took a screenshot of the default keyboard and the ƶ/Ć¼ letters on the ALT layer.
Thatās probably sufficient for now thanks again!
Thank you for the layout of the Laz Keyboard. Have you made any further progress so far?
In order to update the images on the help page, the keyboard must be modify as well with the changes.
Please let us know if you need any help through the steps.
I really tried my best and submitted a pull request, but Iām not sure if it was successful.
This is not just for the keyboard picture by the way, I also need to replace this line:
[NCAPS SHIFT K_EQUAL] > ā-ā
with:
[NCAPS SHIFT K_EQUAL] > ā_ā
If I did it correctly, Iām happy to re-upload the readme file along with the picture.
Thank you for getting back to us. If there is any issue, from editing the keyboard to getting it to Keymanās repository, feel free to create a new topic; we will be there to support you.
This topic will remain open for now. We look forward to the implementation.