Reply
Thread Tools
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#161
@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.
 
Posts: 144 | Thanked: 242 times | Joined on Nov 2007 @ Finland
#162
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.
 

The Following User Says Thank You to Penguin For This Useful Post:
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#163
@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.
 
Posts: 144 | Thanked: 242 times | Joined on Nov 2007 @ Finland
#164
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's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#165
@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
 
Posts: 144 | Thanked: 242 times | Joined on Nov 2007 @ Finland
#166
I voted up
 

The Following User Says Thank You to Penguin For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#167
Hi to all
Can someone help me here ? How I can fix this problem:



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
 
Posts: 144 | Thanked: 242 times | Joined on Nov 2007 @ Finland
#168
Show the spacebar row code and how you define key widths for the row.
 

The Following 2 Users Say Thank You to Penguin For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#169
Originally Posted by Penguin View Post
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 {}

Last edited by Schturman; 2014-02-26 at 08:04.
 
Posts: 2 | Thanked: 2 times | Joined on Jan 2014
#170
Originally Posted by Salla View Post
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.
 

The Following 2 Users Say Thank You to Salla For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:26.