Giter Site home page Giter Site logo

Comments (3)

mcdurdin avatar mcdurdin commented on August 23, 2024

I'm not entirely sure I understand your request, but for example you could do what you are asking in the source of your keyboard with:

+ [K_W] > U+1082 U+103A   c ႂ်

Further information on keyboard rules is available in https://help.keyman.com/developer/language/ If I haven't understood you correctly, can you give a bit more detail in your query?

from keyboards.

saitawngpha avatar saitawngpha commented on August 23, 2024

Dear mcdurdin,

I have tried like your mention but I still have the same problem. To make you clear what I want, please look at the photo below.

problem

I want to combine two characters for output in one word.

problem2

I have got the error message when I build the keyboard. Please help.

Best regards,
STP

from keyboards.

mcdurdin avatar mcdurdin commented on August 23, 2024

Okay, I understand what you are trying to do. In this situation, you need to use a rule in the "Layout" tab ("Code" view) to output more than one character from a single key.

I would rename the code from U+1082 U+103A to T_1082_103A and then add the following rule into the code view, within the group(main) section:

+ [T_1082_103A] > U+1082 U+103A

Have a read of https://help.keyman.com/developer/9.0/guides/develop/creating-a-touch-keyboard-layout-for-amharic-the-nitty-gritty#toc-key-code for more details on how the key codes work in touch layouts.

from keyboards.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.