I was looking for a way to pop the on-screen keyboard when the cursor is on an text entry field > something that every native touch OS have by default (android, Meego, etc).
I've found today that this is also possible using ubuntu (yeahh) using -Meego Input Methods > aka Maliit
So here is a quick and short howto:
PS: Be aware that i'm a complete linux newbie. But it worked. I hope you guys can test and improve this.
First add the ppa:
Code: Select all
sudo add-apt-repository ppa:sebastian-ruehl/nohands
Code: Select all
sudo aptitude update
Code: Select all
sudo aptitude install maliit-framework maliit-plugins
you will get the Meego on-screen keyboard everytime you click a text entry box. I find it quite usefull.