Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
96 views

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(&...
Lance Pollard's user avatar
0 votes
1 answer
71 views

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 ...
Digantar Potdar's user avatar
0 votes
1 answer
40 views

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 ...
Jelle's user avatar
  • 1
1 vote
1 answer
126 views

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 ...
Beyond Inception's user avatar
0 votes
0 answers
42 views

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 ...
Gdmqx's user avatar
  • 1
0 votes
1 answer
46 views

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 ...
Aliasgar Aabadani's user avatar
0 votes
1 answer
123 views

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 ...
Mark Powell's user avatar
1 vote
1 answer
60 views

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. ...
Andj's user avatar
  • 1,772
0 votes
1 answer
175 views

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 ...
radioman1000's user avatar
0 votes
1 answer
1k views

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??
sathish's user avatar
1 vote
1 answer
150 views

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] >...
coldbreeze16's user avatar
1 vote
1 answer
160 views

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 ...
Jean-François Corbett's user avatar