The Following 48 Users Say Thank You to foolegg For This Useful Post: | ||
1ion, Alfred, anapospastos, cddiede, cheve, cjp, CutterSlade, Dark_Angel85, drangina, elie-7, ersanpermana, F2thaK, fw190, haroon23, helex, Iosian, ivyking, kent_autistic, legendsohai, maemo55, Maj3stic, manojkumaru, Mentalist Traceur, MetalSer, mikecomputing, Minhaz, moepda, mrsellout, N900L, OVK, patemera, pfontana77, phapsubongtoi, PUNK, pursueky, renowong, rexii23, richwhite, Schturman, sony123, Stonik, teohhanhui, toxaris, TransTech, tzsm98, victorevo, Wikiwide, x61 |
|
2011-05-11
, 13:55
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#2
|
|
2011-05-11
, 13:58
|
Posts: 509 |
Thanked: 522 times |
Joined on Aug 2010
@ indonesia
|
#3
|
|
2011-05-11
, 15:58
|
Posts: 17 |
Thanked: 2 times |
Joined on Feb 2011
|
#4
|
|
2011-05-11
, 16:15
|
Posts: 262 |
Thanked: 315 times |
Joined on Jun 2010
|
#5
|
Offtopic: I really hope we'll be able to input Chinese characters using the hardware keyboard without breaking anything (which mscim certainly does). Is it possible to make a hildon-input-plugin like that?
|
2011-05-11
, 16:16
|
Posts: 293 |
Thanked: 81 times |
Joined on Dec 2010
@ Al Quds, Isawiya
|
#6
|
|
2011-05-11
, 16:24
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#7
|
Just to give some feedback...
Pros:
- The symbol virtual keyboard is left intact
Cons:
- Does not coexist with the system's default virtual keyboard
- No portrait mode support (unexpected, as there was a very nice T9 UI before)
- Does not work for browser textboxes (as documented)
Suggestions:
- Don't show the desktop background
- Display in a standard dialog (like the symbol keyboard)
Offtopic: I really hope we'll be able to input Chinese characters using the hardware keyboard without breaking anything (which mscim certainly does). Is it possible to make a hildon-input-plugin like that?
The Following 5 Users Say Thank You to foolegg For This Useful Post: | ||
|
2011-05-13
, 05:14
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#8
|
The Following 4 Users Say Thank You to foolegg For This Useful Post: | ||
|
2011-05-13
, 05:55
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#9
|
|
2011-05-13
, 06:25
|
Posts: 32 |
Thanked: 106 times |
Joined on Jan 2010
|
#10
|
Tags |
keyboard, nokia n900 |
|
I writed a virtual keyboard with QML and PySide, and a hildon input plugin ( so it is integrted to system, can be use like origin virtual keyboard )
and, this keyboard is fit for Chinese input, like below :
now this application is in extras-devel repo. the application name is "mcip" .
the source code at here.
I start work at 2010 sep, you can find old post at this place, and if you can read Chinese, you can find the whole history at this place.
Before this version I feel my work is poor so cannot "Annnounce", but now, I think I can do this, do you think so? :]
Useage :
Intsall "mcip" in extras-devel repo. It will replace default virtual keyboard.
video from f2thak , thanks for his help.
http://www.youtube.com/watch?v=mVz_veJ7jMY
ChaneLog :
mcip-nt1 0.4.0-maemo5-1
* change package name to mcip-nt1. ( someone need old but stable mcip :] )
* rewrite new gtk2/qt4 immodule, not use hildon-input-method anymore( It cannot support hardware Chinese input ).
* support hardware Chinese input( use ctrl switch CN/EN input).
* DONOT use hardware Chinese input in MicroB fullscreen mode.
0.3.0-maemo5-1
* rewrite Chinese input engine with c++. now the engine is a standard & navite QML plugin.
0.2.7-maemo5-1
* portrait t9 keyboard is back ( designed for Chinese pinyin input )
screenshot :
0.2.6-maemo5-1
* improve rotate support, fit for CSSU forced rotate
* @ key and shift now can toggle
* add cursor navigation adn copy/pastr pad
* add 10ms delay when commit, prevent to commit before keyboard hide ( it may cause commit failed )
screenshot (cursor navigation adn copy/pastr pad ):
step 1 : at noraml state, touch text area
step 2: navigate pad will popup. arrow key is arrow key, "P" is Paste, press "S" will start select
step 3 : touch "S", pad will change. now, "C" is Copy, "X" is Cut
step 4 : in select mode, use arrow key select text
step 5 : when select well, press "C", copy and exit select mode
step 6 : move to right place, press "P" to paste
step 7 : when everything done, touch anywhere except navigate pad to close navigate pad
0.2.5-maemo5-1
* add portrait mode.
* add send enter keyevent function.( input "www.google.com" then press enter add a new line, and close inputpad, then will send a enter keyevent after commit. )
known issue : in MicroB, if browse rotate, sometime cannot commit text.
screenshot:
0.2.4-maemo5-1
* fix touch point offset when finger release.
* show in dialog mode
* add CN/EN mode switch.
* add Chinese punc.
* backspace can auto repeat.
screenshot:
0.2.3-maemo5-1
* support userdict and phrase freq adjust.
0.2.2-maemo5-3
* showFullScreen Mode.
* Impove English and symbol input. Press and hold "space key", move to charact key, release, it will commit lowercase charact, same as "shift key" for uppercase and "@ key" for symbol.
* space key can select first candridate.
* remve mscim conflicts. so it will work with mscimswitcherstatus.
screenshot ( a example fo symbol input ) :
step 1 : in normal status
step 2 : press @ key, keyboard show symbol layout
step 3 : hold your finger, and move to symbol
step 4 : release finger, commit symbol
Last edited by foolegg; 2011-06-14 at 15:15.