View Single Post
Posts: 246 | Thanked: 70 times | Joined on Nov 2011
#9
Originally Posted by youmeego View Post
can thread starter share some tips on how to make our own keyboard layout mod?

Yeah, it's not that hard. I mean, this cannot be done by my father, but...you need to know how web programming works...especially HTML.

You can download that file, open it via Notepad and you'll se the code. That code is there just to align N9's keyboard. You can do whatever you want with it. You can change place of every button there.



Code for the Q letter:

<key> <binding label="q"/> <binding shift="true" label="Q"/> </key>

If you put this after lets say SPACE, the button Q will be placed after SPACE button.


Now, button size, place between them and so on are dictated by another file, which is too complicated to play with (libmeego-keyboard).