Thread
:
Keyboard mod - DOT/FULLSTOP button in front of SPACE!
View Single Post
ENNINE
2012-01-03 , 17:51
Posts: 246 | Thanked: 70 times | Joined on Nov 2011
#
9
Originally Posted by
youmeego
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).
Quote & Reply
|
ENNINE
View Public Profile
Send a private message to ENNINE
Find all posts by ENNINE