|
2014-03-10
, 16:34
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#192
|
Hi,
here's my version for a catalan layout (copy this file ca.qml in /usr/share/maliit/plugins/com/jolla/layouts/):
http://ubuntuone.com/7Bz8nNQLec0EIfnf7MRGsV
|
2014-03-10
, 18:30
|
Posts: 231 |
Thanked: 143 times |
Joined on Feb 2012
@ Tallinn, Estonia
|
#193
|
|
2014-03-10
, 19:30
|
Posts: 10 |
Thanked: 2 times |
Joined on Jan 2012
@ Zagreb, Croatia
|
#194
|
Now I got it. Stock keyboars have also dead keys on use, would that be a working solution, although not like iOS or Android? Neither is SailfishOS or Jolla. Of course if you think that your layout is the best solution then I can just take your layout as is and put into rpm.
Edit: I guess dead keys won't make it any faster to type than accented keys with popup do and thus no benefit from those. I do not know.
|
2014-03-11
, 05:57
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#195
|
Schturman: You could change your keyboard RPM's so that those do not overwrite any system files. You've wrote that those return original files when uninstalled, but that actually is real issue with them if system has been updated meanwhile and rpm uninstall will replace files updated by system update with files from earlier sailfish release.
|
2014-03-11
, 09:45
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#196
|
1. when update will come, I will update my packages with new backup files.
2. I would like to do this, but the problem is I'm not programmer and I dondon't know how to point some files to use for example custom "inputhandler.qml" file... This is a reasone that I just override the original one and restore it on uninstallation...
rpm2cpio package-name.rpm | cpio -idmv
|
2014-03-11
, 14:19
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#197
|
CustomArrowKey { direction: "left" } CustomArrowKey { direction: "up" } CustomArrowKey { direction: "down" } CustomArrowKey { direction: "right" }
CustomArrowKey { direction: "left"; arrowKeyWidth: 100 }
CustomArrowKey { direction: "up"; repeat: false }
|
2014-03-11
, 14:44
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#198
|
Thank you for the Estonian version. However, I found few issues to be ammended:
1. There should also be letters "š" and "ž" hidden under "s" and "z"
|
2014-03-11
, 14:46
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#199
|
|
2014-03-11
, 14:53
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#200
|
Edit: I guess dead keys won't make it any faster to type than accented keys with popup do and thus no benefit from those. I do not know.
Last edited by Penguin; 2014-03-10 at 17:23.