Reply
Thread Tools
Posts: 3 | Thanked: 5 times | Joined on Dec 2012
#1
Hi forum!
The first thing I noticied when i got my Jolla was the virtual keyboard: the popups came out too slow in my opinion.
After a bit of search into the filesystem I finally got a succesful result!

Modify line 75 of
Code:
/usr/share/maliit/plugins/com/jolla/Popper.qml
and adjust "interval" according to your choice.
After that, restart maliit server:
Code:
devel-su
killall maliit-server
"800" is the stock value, I suggest to set it to 450.
Make a backup first, of course!
Good hacking
 

The Following 4 Users Say Thank You to gianguido For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#2
Thank you

Last edited by n950; 2014-02-02 at 19:49.
 
Posts: 13 | Thanked: 0 times | Joined on Aug 2012 @ Italy, Spain
#3
Thanksssss xD awesome
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#4
On a similar note, one can edit a layout in layouts/<lang>.qml and add a row of numbers at the top (very useful when entering password), like:

Code:
KeyboardRow {
        CharacterKey { caption: "1"; captionShifted: "1"; symView: "1"; symView2: "1" }
        CharacterKey { caption: "2"; captionShifted: "2"; symView: "2"; symView2: "2" }
        CharacterKey { caption: "3"; captionShifted: "3"; symView: "3"; symView2: "3"; accents: "eèéêë€"; accentsShifted: "EÈÉÊË€" }
        CharacterKey { caption: "4"; captionShifted: "4"; symView: "4"; symView2: "4" }
        CharacterKey { caption: "5"; captionShifted: "5"; symView: "5"; symView2: "5"; accents: "tþ"; accentsShifted: "TÞ" }
        CharacterKey { caption: "6"; captionShifted: "6"; symView: "6"; symView2: "6"; accents: "yý¥"; accentsShifted: "YÝ¥" }
        CharacterKey { caption: "7"; captionShifted: "7"; symView: "7"; symView2: "7"; accents: "uűûùúü"; accentsShifted: "UŰÛÙÚÜ" }
        CharacterKey { caption: "8"; captionShifted: "8"; symView: "8"; symView2: "8"; accents: "iîïìí"; accentsShifted: "IÎÏÌÍ" }
        CharacterKey { caption: "9"; captionShifted: "9"; symView: "9"; symView2: "9"; accents: "oőøöôòó"; accentsShifted: "OŐØÖÔÒÓ" }
        CharacterKey { caption: "0"; captionShifted: "0"; symView: "0"; symView2: "0" }
    }
Just at the beginning of the KeyboardLayout section.

Of course it is just a quick hack.
Ideally the row of numbers should appear only when entering password and should disappear when switching to the number/symbols view.
 

The Following 2 Users Say Thank You to anidel For This Useful Post:
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#5
Both hacks are very useful, thanks a lot!
 
Posts: 123 | Thanked: 108 times | Joined on Oct 2008 @ Prague, Czech
#6
@anidel better is write this to layout thread
 

The Following User Says Thank You to Kaacz For This Useful Post:
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#7
Yeah just noticed about that thread myself
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:56.