Good evening,
I hope you can help me with this issue. I am currently trying to rework the Laz keyboard (android, phone), as we are unable to retrieve the original keyboard project and people have been unsatisfied with the previous one.
Whilst the default and shift layers work (along with all extra keys), the numeric and and rightalt-shift keys are not working at all.
The layout seems fine, but the keys are not showing upon hitting them in the developer app.
I am looking at the “@” key now. I defined it as the follwing:
layer: numeric
modifier: default
ID: T_new_193
in JSON, it looks like this:
"id": "numeric",
"row": [
...
{
"id": 2,
"key": [
{
"id": "T_new_193",
"text": "@",
"layer": "default"
}
And in the keyman source code, it looks as follows:
group(numeric) using keys
+ [default T_new_193] > '@'
I don’t get any error messages upon saving and compiling the keyboard. when I hit the @ on the developer app inside my phone, nothing shows up.
Thank you for taking your time for reading this!
Best wishes,
Okan
5 posts - 3 participants