The Following User Says Thank You to mced For This Useful Post: | ||
|
2014-03-04
, 07:18
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#172
|
I've edited this file:
/usr/share/maliit/plugins/com/jolla/KeyboardGeometry.qml
Look for this line:
And play with that number. Mine is 280. This is my Spanish layout now. I love those arrows at the sides. I know, that lower bar is not really centered...Code:property int spacebarKeyWidthLandscape: 324*scaleRatio
http://i62.tinypic.com/5npxqr.jpg
You must make backups when modifiying files, both original and custom. I guess they will be overwritten in future updates.
|
2014-03-04
, 07:29
|
|
Posts: 115 |
Thanked: 185 times |
Joined on Apr 2011
@ Spain
|
#173
|
|
2014-03-04
, 09:03
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#174
|
|
2014-03-05
, 03:02
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#175
|
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 {} }
The Following User Says Thank You to Penguin For This Useful Post: | ||
|
2014-03-05
, 07:24
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#176
|
|
2014-03-08
, 18:52
|
Posts: 10 |
Thanked: 2 times |
Joined on Jan 2012
@ Zagreb, Croatia
|
#177
|
systemctl --user restart maliit-server.service
|
2014-03-08
, 19:19
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#178
|
|
2014-03-10
, 02:55
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#179
|
|
2014-03-10
, 05:45
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#180
|
/usr/share/maliit/plugins/com/jolla/KeyboardGeometry.qml
Look for this line:
You must make backups when modifiying files, both original and custom. I guess they will be overwritten in future updates.