![]() |
A Chinese input method with virtual keypad and hildon input method plugin
hi, every buddy :
I writed a Chinese input method ( for touch screen, with virtual keypad ) and a hildon input plugin ( so it is integrted to system, can be use like origin virtual keyboard ) some screenshot, in message client: http://bbs.ifanr.com/data/attachment...rh1399l7r7.png click input area to active inputpad ( like system virtual keyboard, and it will rotate screen auto ) : http://bbs.ifanr.com/data/attachment...i71og93559.png when input finish, click blank area above inputpad to close it, and commit the text to message client : http://bbs.ifanr.com/data/attachment...dcffkdf8zc.png and it has some sub keypad to input english or japanese : http://bbs.ifanr.com/data/attachment...9h31eogae4.png source code on github : https://github.com/foolegg/maemo-chinese-input-pad It can be use with gtk and qt, but still has some problem in microB browser ( sometime lose commited text ) |
Re: A Chinese input method with virtual keypad and hildon input method plugin
請問中文方面是拼音還是注音都有,有可供測試載點嗎
感謝你的貢獻 |
Re: A Chinese input method with virtual keypad and hildon input method plugin
如果支持scim的码表就完美了
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
can you package this or explain how to install? looks very good
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
so, it also has hiragana and katakana. need to investigate further.
looks interesting. |
Re: A Chinese input method with virtual keypad and hildon input method plugin
I have plan to package it, but it is mixed program ( include c / python / bash ), it is complex with package. I need more time to learn how to package it.
So I want write a INSTALL to explain how to install :) at this weekend. |
Re: A Chinese input method with virtual keypad and hildon input method plugin
waiting for your installation guide
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
很好很强大~~~~~~~~~~~~~~~~!
looking forward it~my hero~ |
Re: A Chinese input method with virtual keypad and hildon input method plugin
I add a Makefile, Now you can install with the common *nix method,
at first, you need install some dependency for build hildon-input-method-plugin, at first, add below repo : Code:
deb http://repository.maemo.org/ fremantle/sdk free non-free Code:
sudo gainroot : Code:
apt-get install python2.5-qt4 python2.5-qt4-dbus Code:
git clone git://github.com/foolegg/maemo-chinese-input-pad.git mcip If everything is ok, you can use this inputpad like system origin virtual keyboard. when you need update : Code:
cd mcip |
Re: A Chinese input method with virtual keypad and hildon input method plugin
sorry for previous post, I make a mistake for install method.
I've update the post, plz check it |
Re: A Chinese input method with virtual keypad and hildon input method plugin
u have made n900 perfect, nokia will give u an award, i love u
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
awesome!!!!finally we got virtual keypad to work!!! i love you bro!!!
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
bro after apt-get install build-essential
get message package build-essential is not available |
Re: A Chinese input method with virtual keypad and hildon input method plugin
Screenshots seem much better than Stroke Order ..and integrated to the system!
A deb file will be much easier for everyone to test it. |
Re: A Chinese input method with virtual keypad and hildon input method plugin
Have a question: does this coexist with stock vkb? Can switch the input method on the fly?
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
Probably you could add icons on home screen to switch to one keyboard or another instead of typing each time in X Terminal. |
Re: A Chinese input method with virtual keypad and hildon input method plugin
Does this one support typing in romaji and automatically convert it to eg. kana?
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
Code:
deb http://repository.maemo.org/ fremantle/sdk free non-free Quote:
Code:
gconftool --type string -s /apps/osso/inputmethod/default-plugins/finger hildon_western_fkb Code:
gconftool --type string -s /apps/osso/inputmethod/default-plugins/finger maemo-chinese-input-pad-plugin |
Re: A Chinese input method with virtual keypad and hildon input method plugin
辛苦了,谢谢。希望能尽快看到beta
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
a little guide to add new language(if possible) will be appreciated. I want to add Nepali language in this virtual keyboard.
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
感谢!
英雄! |
Re: A Chinese input method with virtual keypad and hildon input method plugin
followed the instructions step by step installation except (apt-get install sqlite3) already the newest. very thing's fine but nothing happened, any idea??
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
I found a bug in Makefile.
my N900 is down( because a mistake when trying package ) and I'm busy in this week ( for a test ), so please wait a few day, I will fix this bug. |
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
it works thanks, keep it up, looking forward for updates in the future. tq
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
best xmas present ever!!
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
just out of curiosity how many people have successfully installed it??
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
i have................................
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
any luck in getting it packaged yet?
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
hi,
I have update source code in test branch. add some cool function, like move cursor with gesture, and a "Q" panel to access clipboard and history easily. plz check it:] |
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quote:
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
http://bbs.ifanr.com/data/attachment...4bt4dbxxtp.png
http://bbs.ifanr.com/data/attachment...33pqst3p0h.png Now, I'm working for this, a REAL virtual keyboard, it's a overlay above all another window, write with QML. It send fake XKeyEvent to focused window, so, it can use another input method, like ibus :] source code on github https://github.com/foolegg/maemo-virtual-keyboard |
Re: A Chinese input method with virtual keypad and hildon input method plugin
i wanna ask does this chinese patch will affect the virtual keyboard ?
because the previous all chinese patch affect the virtual keyboard.... tq |
Re: A Chinese input method with virtual keypad and hildon input method plugin
yes, it will replace ur current virtual keyboard, but u can always make a command shortcut at ur desktop so u can swith between ur original virtual keyboard instantly
|
Re: A Chinese input method with virtual keypad and hildon input method plugin
Quick reply...
I like that you make the keyboard QML based, with large keys, with arrows, quite transparent and not opaque, and the layout is all written down in QML. As I understand, there are three free unassigned keys in the keyboard. It could allow for switching between four keyboards, at least. You could make the C++ part of the code able to switch between four different QMLs, make the three keys send corresponding signals to the C++ part of the code, create four nearly identical English layouts, and then let users customise keys and keycodes of the keyboard layouts to their hearts' content. Like: one layout English, one layout special symbols, one layout Greek for mathematical formulas, one layout Esperanto. What do you think about it? |
Re: A Chinese input method with virtual keypad and hildon input method plugin
http://bbs.ifanr.com/data/attachment...9bvhuot670.png
this is new QWERT keyboard with pinyin chinese input method, you can find source at https://github.com/foolegg/cute-input-method :] and, the video demo at this place : http://v.youku.com/v_show/id_XMjY0ODQ5MzYw.html |
Re: A Chinese input method with virtual keypad and hildon input method plugin
Hi foolegg,
this work looks interesting, but I am unable to watch the video using my N900, and I don't have any other PC. Are you still planning to package it so that it can be available in the Maemo repos? |
All times are GMT. The time now is 22:27. |
vBulletin® Version 3.8.8