The Following 18 Users Say Thank You to SaberAltria For This Useful Post: | ||
|
2015-06-09
, 08:29
|
Posts: 529 |
Thanked: 988 times |
Joined on Mar 2015
|
#2
|
|
2015-06-09
, 10:51
|
|
Posts: 423 |
Thanked: 478 times |
Joined on Sep 2014
@ Netherlands
|
#3
|
|
2015-06-09
, 11:35
|
|
Posts: 400 |
Thanked: 708 times |
Joined on Jun 2011
@ Geneva - CH
|
#4
|
so it would be possible change languages for average users after installing or it is needed rebuild the app?
|
2015-09-09
, 18:23
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#6
|
|
2015-09-09
, 19:20
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#7
|
Hi, with SailfishOS 1.1.9.28 the word prediction isn't working anymore. I reinstalled Dolphin but the problem still remains.
|
2015-11-01
, 20:44
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#8
|
The Following 2 Users Say Thank You to Schturman For This Useful Post: | ||
|
2015-11-02
, 09:29
|
|
Posts: 52 |
Thanked: 143 times |
Joined on Mar 2013
@ Rome, Italy
|
#9
|
|
2015-11-02
, 09:35
|
Posts: 529 |
Thanked: 988 times |
Joined on Mar 2015
|
#10
|
I am so sorry that I make this post so late because at the early version, my tweak is only for friends and some local Chinese users and fufill their needs. Just about a month ago, I also make a English version and have never, never thought that this shxt can get 5,000 downloads and recently, I find some guys are interested in my keyboard tweak.
This tweak is modular design? It divides into core/engine ,keyboard layout and words table (.sqlite), you can absolutely use this tweak as a base of your modification.
Summary
This is a modified version of maliit qml files which provides more functions options in one menu, like
1. scalable keyboard height
2. restart keyboard service
3. change keyboard background and transparency
4. multi languages input in one keyboard layout ( don't have to switch from this and switch from that )
5. 4 different toolbars ( arrows, numbers, functions[home, end, ctrl+c, ctrl+v] )
6. an full color emoji keyboard
7. and some other complicated functions for Chinese users
8. how-to-type dictionary ( only for Chinese users )
How-to
This tutorial is quoted from cvp in openrepos
https://openrepos.net/content/sabera...e#comment-8193
and I edit it into paragraph
1. obtain a package of source code of English+
2. rename en+.conf to whatever name you like, but my suggestion would be add a "+" to the default keyboard, like "fl+.conf"
3. edit fi+.conf and change it
name=Finland +
languageCode=FI +
4. then edit Xt9Handler.qml ,
edit line
"language: "EN" to "language: "FI"
5. rename en+.qml to fi+.qml and edit
copy & paste from old "fi .qml" into new "fi+.qml"
edit line
"import ".."" to "import "../dolphin""
add line
"import harbour.dolphin.keyboard 1.0"
6. Add dependency in your package .yaml and .spec
harbour-dolphin-keyboard >= 1.2-2
Donation
Paypal: https://www.paypal.com/cgi-bin/websc...=XWZEYXJYWQ8UU
Taobao: saberartoria@outlook.com
Source Code
Dolphin Keyboard Core: https://github.com/SaberAltria/harbour-dolphin-keyboard
Dolphin English+:
Open Repos
https://github.com/SaberAltria/harbour-dolphin-keyboard
Thanks
Coderus
Cepi
TMavica
Behold
Since I am not familiar with maemo.org, I will keep editing this thread until it is fully constructed
Last edited by SaberAltria; 2015-06-09 at 06:14.