![]() |
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
but after reboot, i install the keyboard. Result still same, just show no such file& directory
|
Re: [MOD] N9 keyboard themes
Sorry guys, I did not even give a try to make the Jolla keyboard, I know I said I will.. But my grandma passed away..so..
|
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
Thank you both, much appreciated :-)
|
Re: [MOD] N9 keyboard themes
if you have an other theme in use and not Blanco theme
you could copy every file in image's theme folder /usr/share/themes/Nlero/meegotouch/images/theme/basement/meegotouch-virtual-keyboard i already done this! all running right |
Re: [MOD] N9 keyboard themes
1 Attachment(s)
So, i try to remake the Blackberry Z10 keyboard, but there's a problem with background lines when in landscape mode.
Any idea how to implement a different background between landscape and portrait screen? Well, if not, locking the screen in portrait mode will be the only solution. |
Re: [MOD] N9 keyboard themes
The background is stretched, so you can do directly to the right size.
Portrait: 480x320 Landscape: 854x240 An example of the background, if the name is background-landscape.png Install: Code:
sed -i 's/MImAbstractKeyAreaStyle.Landscape {/MImAbstractKeyAreaStyle.Landscape { background-image: "background-landscape" $ROUNDED_CORNERS;/' /usr/share/themes/base/meegotouch/libmeego-keyboard/style/libmeego-keyboard.css Code:
sed -i 's/MImAbstractKeyAreaStyle.Landscape {.*/MImAbstractKeyAreaStyle.Landscape {/' /usr/share/themes/base/meegotouch/libmeego-keyboard/style/libmeego-keyboard.css |
Re: [MOD] N9 keyboard themes
1 Attachment(s)
i attached the keyboard files, if someone interested (updated)
@MK99: where i should put the landscape background? still in the .../meegotouch-virtual-keyboard? And can i straight type the theme folder if i'm using a custom theme? |
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/ |
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 :) |
Re: [MOD] N9 keyboard themes
Add some extra-lines:
Code:
MImAbstractKeyAreaStyle.Portrait { |
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 |
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) |
Re: [MOD] N9 keyboard themes
Code:
/* otherwise key accepts touch events which are not farther from button edge than keyExtraSpace pixels. */ |
Re: [MOD] N9 keyboard themes
Try these from that which I gave earlier:
key-width*.*fixed: key-margin-left: key-margin-right: |
Re: [MOD] N9 keyboard themes
3 Attachment(s)
Now, we have 95% similarity of the WP8 keyboard :D
|
Re: [MOD] N9 keyboard themes
1 Attachment(s)
Thanks, your css without background-image lines and wp8 theme from N9QTweak. :D
|
Re: [MOD] N9 keyboard themes
Is there some way these themes can be made to suit swype as well?
|
Re: [MOD] N9 keyboard themes
AFAIK, it cant
Swype is an app, and not attached from the theme files |
Re: [MOD] N9 keyboard themes
3 Attachment(s)
Yes it is possible! :p:D
/usr/share/swype/data/images |
Re: [MOD] N9 keyboard themes
ouuuwww....it can?
@MK99: #ExtendedKeys is for function keys like enter, backspace etc? i try change it but take no effects |
Search "wp8" this tread. There is my install.sh.
It changing some line to css with "sed". E: Maybe this one: Code:
sed 's/key-background-special-highlighted.*/key-background-special-highlighted: "meegotouch-keyboard-function-key" $ROUNDED_CORNERS;/' -i /usr/share/themes/base/meegotouch/libmeego-keyboard/style/libmeego-keyboard.css |
Re: [MOD] N9 keyboard themes
1 Attachment(s)
No, i mean to stretch special keys to match the entire key grid.
found it! |
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
Quote:
Quote:
|
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
What is you keyboard language?
Go to "time and language" settings and select the installed input methods: "English (US) with arrows" |
Re: [MOD] N9 keyboard themes
http://i48.tinypic.com/119zfog.png
Used the key images from TheDead1440's ocean blue, added a caps indicator, with the default swipe background :D |
Re: [MOD] N9 keyboard themes
For whoever interested in "squaring" N9 UI
Source: http://www.tinhte.vn/threads/shendu3...r-1-3.1321113/ http://www.mediafire.com/?p4f548pv2cv1whh inside the zip file: anzhuang = edited files huanyuan = original copy and replace usr folder inside with system's, be aware that this might brick your phone or mess it up totally http://i.imgur.com/Ux9DB8a.jpg http://i.imgur.com/mU4yLt3.jpg |
Re: [MOD] N9 keyboard themes
Quote:
|
Re: [MOD] N9 keyboard themes
Quote:
|
Yes, I mean can you share the keyboard images and the needed tweaks? I only need the keyboard
|
Re: [MOD] N9 keyboard themes
Quote:
http://talk.maemo.org/showpost.php?p...&postcount=337 |
Re: [MOD] N9 keyboard themes
Quote:
Here you go http://talk.maemo.org/showpost.php?p...&postcount=337 |
Re: [MOD] N9 keyboard themes
1 Attachment(s)
here you go :)
|
Re: [MOD] N9 keyboard themes
3 Attachment(s)
I manage to made a Sailfish keyboard parameter inside the css files
Unfortunately i dont have any software resource to made the similar transparent keys to Sailfish So, maybe someone here can help to made the similar keys? |
All times are GMT. The time now is 15:54. |
vBulletin® Version 3.8.8