12 questions
0
votes
1
answer
96
views
Keyman "The keyboard file is an old version" and other errors/warnings with Keyman CLI?
I used AI to help me learn Keyman, and resulted in making this:
c My Fantasy Script Keyboard
store(&VERSION) '1.0'
store(&NAME) 'My Fantasy Script'
store(&BITMAP) 'fntsy.ico'
store(&...
0
votes
1
answer
71
views
How to add consonants to my keyboard with keyman
I'm trying to make a keyboard with keyman in which the consonants are included in the structure of the alphabet. That is, Ra is an extension of R. And the symbol to represent Ra is a modified version ...
0
votes
1
answer
40
views
Keyman version 16 requires "minimum engine version of 9.0"
I'm trying to create a custom keyboard for iPhone and Android for a community that wants to type their language on phones. I'm working on Windows 11 to create the keyboard, and I have downloaded both ...
1
vote
1
answer
126
views
I'm trying to find a way to run Keyman Developer on Ubuntu 22.04 LTS. Any ideas?
As I said in the title, I have been searching for a method of running Keyman Developer IDE on Linux, specifically Ubuntu 22.04. I have looked in every corner I can for answers, but sadly, I have found ...
0
votes
0
answers
42
views
Use of variable stores and or groups seems to be causing a crash
I tried implementing the variable store function to switch groups in a keyboard layout I developed, only for them to fail to implement in real use. To give you an idea, I'll write the gist of it in ...
0
votes
1
answer
46
views
keyman.setDefaultKeyboardForControl(Pelem, keyboard, languageCode); function is not working with iframe element
It is showing warning that 'keymanweb.setKeyboardForControl' cannot set keyboard on iframes.
I want to manually set specific language of keyman on iframe element.
Please help me out to achieve the ...
0
votes
1
answer
123
views
Is it possible to install and distribute custom Keyman keyboards on Android devices without predictive text?
Please pardon if my question is simple as I'm not a programmer nor anything like that (yet). But, I've been experimenting with producing custom calligraphic and creative fonts for some years and have ...
1
vote
1
answer
60
views
How do I efficiently control normalisation in a keyman keyboard using groups?
I am in the process of refactoring and redesigning the code in a few keyboards. The keyboards use options to control whether Unicode Normalisation Form C (NFC) or Normalisation Form D (NFD) is used.
...
0
votes
1
answer
175
views
Keyman Android custom layout
I have created an app with Android Studio that needs a custom keyboard with only a few letters and numbers. I can create alternate keys in the Keyman development IDE but I can't find how to change ...
0
votes
1
answer
1k
views
How to use senthamizh fonts SMZTH (tamil language)?
How to use senthamizh fonts in word 2016, the font layout not in your keyman desktop, how to use the font??? Please help ... The senthamizh font (SMZTH ) font is not unicode , how to use it??
1
vote
1
answer
150
views
Keyman developer 10 won't match rules in Odia script
I'm making a custom keyboard for Oriya/ Odia script with Keyman developer 10 but it won't do contextual substitutions when all the input is in Odia script. For example
+ [K_K] > U+0B15
+ [K_T] >...
1
vote
1
answer
160
views
Alt key gets ignored by Keyman Developer
I'm attempting to make a keyboard in Keyman Developer 9.0. But rules involving any of the Alt keys seem to get ignored and produce no output in the debugger.
Here's my MCVE: this keyboard layout ...