Michal Havryluk
Michal Havryluk
I guess that this is duplicate of [Keyboard shortcuts?](https://github.com/standardnotes/forum/issues/39)
You maybe want to look at this issue [here](https://github.com/calin-darie/extra-keyboard-layouts/issues/14) and possibly this [topic](https://issuetracker.google.com/issues/234852543) in the Android isssue tracker. I believe this will have same missing feature in the KCM file.
Firstly - thank you for trying! But unfortunately it's not working. Mainly missing top horizontal keyboard row which should produce Czech characters (ěščřžýáíé - now producing numbers) and dead key...
Much better now! I had to adjust EQUALS key for start to this: `key EQUALS { label: '\u0301' base: '\u0301' ralt: '\u002b' shift: '\u030c' }` But these two main things...
Yes, I found that links too. Here is the [source code ](https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/view/KeyCharacterMap.java) for that getDeadChar() method. This method is static and is using static final arrays so there is no...
Android issue mentioned above about dead keys handling is created [here](https://issuetracker.google.com/issues/234852543).
Just want to add that list of dead keys handled by system linked [here](https://source.android.com/devices/input/key-character-map-files) is not complete and complete list should be [here](https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/view/KeyCharacterMap.java). List is here just in case: ```...
That are bad news that there is no support for this directly. But thanks for info, I hope it will be added in the future. I have prepared minimal example...