maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [MOD] N9 keyboard themes (https://talk.maemo.org/showthread.php?t=87537)

MK99 2013-02-05 08:27

Re: [MOD] N9 keyboard themes
 
In the same folder as the other images.
I think it doesn't matter whether they are in the base, blanco or you own theme.

/usr/share/themes/theme/meegotouch/images/theme/basement/meegotouch-virtual-keyboard/

efion 2013-02-05 09:43

Re: [MOD] N9 keyboard themes
 
but how to implemented this mod only in my custom theme?
if i change the base files it will effect all the themes i have.
My custom theme is based on blanco, so the libmeego-keyboard.css would be the same.
Sorry for bothering, i'm not good in script :)

MK99 2013-02-05 09:59

Re: [MOD] N9 keyboard themes
 
Add some extra-lines:

Code:

MImAbstractKeyAreaStyle.Portrait {
background-image: "meegotouch-keyboard-background-portrait";
}
MImAbstractKeyAreaStyle.Landscape {
background-image: "meegotouch-keyboard-background-landscape";
}


efion 2013-02-12 04:45

Re: [MOD] N9 keyboard themes
 
1 Attachment(s)
Any idea how to increase the size of the keys?
Maybe little bit more square and bigger size for the letter keys
I found the /usr/share/themes/base/meegotouch/libmeego-keyboard/style/libmeego-keyborad.css is the source file of the keyboard configuraton, but dont know what to change.
Or else, if someone has done it could share the libmeego-keyboard files.
Thanks

MK99 2013-02-12 07:38

Re: [MOD] N9 keyboard themes
 
Here are the lines which you can play with. :D
These are the originals. You can copy them to the Blanco css or your own theme.

https://dl.dropbox.com/u/40680080/key-size.txt

For example, if you want the keyboard area remains the same size:
Change key-height-*.*: 60px; to 70px, also change key-margin-bottom: 18px; to 8px (+/-10)

efion 2013-02-12 08:25

Re: [MOD] N9 keyboard themes
 
Code:

/* otherwise key accepts touch events which are not farther from button edge than keyExtraSpace pixels. */
    key-extra-space : 5mm;

Is this script is for setting the left and right space between letter keys? or else?

MK99 2013-02-12 09:07

Re: [MOD] N9 keyboard themes
 
Try these from that which I gave earlier:
key-width*.*fixed:
key-margin-left:
key-margin-right:

efion 2013-02-12 10:29

Re: [MOD] N9 keyboard themes
 
3 Attachment(s)
Now, we have 95% similarity of the WP8 keyboard :D

MK99 2013-02-12 11:09

Re: [MOD] N9 keyboard themes
 
1 Attachment(s)
Thanks, your css without background-image lines and wp8 theme from N9QTweak. :D

DJJonosound 2013-02-12 12:00

Re: [MOD] N9 keyboard themes
 
Is there some way these themes can be made to suit swype as well?


All times are GMT. The time now is 13:49.

vBulletin® Version 3.8.8