maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Maliit keyboard: adjust popup timings (https://talk.maemo.org/showthread.php?t=92582)

gianguido 2014-02-02 14:18

Maliit keyboard: adjust popup timings
 
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 :)

n950 2014-02-02 19:43

Re: Maliit keyboard: adjust popup timings
 
Thank you :)

debexpert 2014-02-03 20:24

Re: Maliit keyboard: adjust popup timings
 
Thanksssss xD awesome

anidel 2014-02-03 23:12

Re: Maliit keyboard: adjust popup timings
 
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.

Kabouik 2014-02-04 00:31

Re: Maliit keyboard: adjust popup timings
 
Both hacks are very useful, thanks a lot!

Kaacz 2014-02-04 02:12

Re: Maliit keyboard: adjust popup timings
 
@anidel better is write this to layout thread :)

anidel 2014-02-04 13:34

Re: Maliit keyboard: adjust popup timings
 
Yeah just noticed about that thread myself :)


All times are GMT. The time now is 14:57.

vBulletin® Version 3.8.8