maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Keyboard layouts for Jolla's Sailfish OS (https://talk.maemo.org/showthread.php?t=91917)

zlatko 2014-02-23 11:24

Re: Keyboard layouts for Jolla's Sailfish OS
 
@Penguin
Thank you for the information! If key rows height is globally defined, it is a mystery for me why it was chosen the for the spacebar row to look narrower.

Penguin 2014-02-24 02:57

Re: Keyboard layouts for Jolla's Sailfish OS
 
It only looks narrower because those keys have visible boundaries. Character keys do not have and that keeps the illusion those are higher. IMO padding around spacebar row keys could be thinner than it is which would make those visually bigger looking keys. Functionality would be same though.

zlatko 2014-02-24 05:57

Re: Keyboard layouts for Jolla's Sailfish OS
 
@Penguin
You are probably right about the height. I measured this - in landscape all rows are proportionally shrunk to cope with less space available. But in anyway for me the space bar row in landscape needs a slight tuning, making the key area visually(and functionally) bigger. This especially needed as space is used for keyboard layout changing.

Penguin 2014-02-24 06:36

Re: Keyboard layouts for Jolla's Sailfish OS
 
Give feedback and propose change in together.jolla.com. I can check the code but as I remember this would require pretty nasty amount of changes to get implemented for all layouts. Doesn't make sense if next OS update wipes those changes away.

zlatko 2014-02-24 09:42

Re: Keyboard layouts for Jolla's Sailfish OS
 
@Penguin
Already proposed this on TJC: https://together.jolla.com/question/...#post-id-30086. But so far I think I am the only one who feels it must be improved :)

Penguin 2014-02-24 10:30

Re: Keyboard layouts for Jolla's Sailfish OS
 
I voted up

Schturman 2014-02-25 20:27

Re: Keyboard layouts for Jolla's Sailfish OS
 
Hi to all
Can someone help me here ? How I can fix this problem:

https://dl.dropboxusercontent.com/u/...25185402_1.jpg

I need to move the "Enter" button to the corner and the spacebar should be stretched or just enlarged... In the portrait mode all is ok...
Thanks

Penguin 2014-02-25 23:16

Re: Keyboard layouts for Jolla's Sailfish OS
 
Show the spacebar row code and how you define key widths for the row.

Schturman 2014-02-26 07:27

Re: Keyboard layouts for Jolla's Sailfish OS
 
Quote:

Originally Posted by Penguin (Post 1414350)
Show the spacebar row code and how you define key widths for the row.

Ohh sorry, I forgot to add this:
Code:

import QtQuick 2.0

KeyboardRow {
    SymbolKey {}
    FunctionKey {
        icon.source: "image://theme/icon-s-sync"
        onClicked: {canvas.layoutRow.switchLayout(0); canvas.updateIMArea()}
        width: 64
    }
    LeftArrowKey {}
    SpacebarKey {
        fixedWidth: true
    }
    RightArrowKey {}
    EnterKey {}
}

and in the en.qml it just:
Code:

SpacebarRowArrowEn {}

Salla 2014-03-03 21:22

Re: Keyboard layouts for Jolla's Sailfish OS
 
Quote:

Originally Posted by Salla (Post 1408742)
Can someone try to make a Esperanto keyboard for Jolla? http://en.wikipedia.org/wiki/Esperanto#Alphabet

I'm glad if this can be done.

Esperanto keyboard layout is now configured and istalled.


All times are GMT. The time now is 23:38.

vBulletin® Version 3.8.8