Jamy, It's unclear for me that you are trying to create your own keyboard by forking Gaia Keyboard, or by creating from scratch.
Assuming you are creating your keyboard by forking Gaia Keyboard and including your own layout, your layout JS file will only work as intended when it's being interpreted as intended. Since the rules are simply internal to keyboard, the best way to figure out that is to read the code. Unfortunately there are not central parsing function yet -- buildKey() in render.js probably contain the most relevant information. On Fri, Sep 5, 2014 at 11:23 PM, Jamy BZH <[email protected]> wrote: > Hi everyone, > i'm try to devellop an app keyboard, but on this keyboard i want a touch > c'h or another www but when i type on touch c'h, it's writing only c . > > Hown can i solve it please? > > thanks. > > Jamy Bzh > _______________________________________________ > dev-webapps mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-webapps -- Tim Guan-tin Chien, Engineering Manager and Front-end Lead, Firefox OS, Mozilla Corp. (Taiwan) _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
