maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   multitap (9-key) keyboard layout for N9 (https://talk.maemo.org/showthread.php?t=79912)

qwazix 2011-11-12 03:14

multitap (9-key) keyboard layout for N9
 
I made a multitap keyboard (like that found on symbian in portrait mode) for maliit. You can find it in mesinput with id 219060. You can also modify it freely for your language and submit it again.

One or two things I didn't find how to do were the following
1. Extended labels for keys with the cycleset attribute. (I would like to have the option to show the number on longpress)
2. Multiple character extended labels. You will notice the smiley button does not work as intended when you longpress it.
3. Autocapitalization is buggy with multitap so I had to turn it off. (Also the shift key needs to be depressed to write any other letter than the forst one of a set, because it deactivates after the first click. This also seems a bug of maliit. I will see if I can report it somewhere.

HtheB 2011-11-12 06:54

Re: multitap (9-key) keyboard layout for N9
 
Screenshot please? :)

qwazix 2011-11-12 14:02

Re: multitap (9-key) keyboard layout for N9
 
1 Attachment(s)
here it is!

mikhas 2011-11-12 14:10

Re: multitap (9-key) keyboard layout for N9
 
Quote:

Originally Posted by qwazix (Post 1122185)
1. Extended labels for keys with the cycleset attribute. (I would like to have the option to show the number on longpress)

Hm, code example? That said, we never tried combining those two.

Quote:

2. Multiple character extended labels. You will notice the smiley button does not work as intended when you longpress it.
You can use spaces and newlines in extended labels attribute. "two words" will have two extra buttons, "two" and "words". newline needs to be encoded as XML entity though. I am probably biased because I implemented those features, but I like'em ;-)

qwazix 2011-11-12 15:59

Re: multitap (9-key) keyboard layout for N9
 
Code:

<binding label="pqrs" cycleset="pqrs7" action="cycle" extended_labels="7"/>
What I want to do is key pqrs to cycle p,q,r,s,7 and when you longpress it to show a bubble with only 7 in it.

Code:

<binding label=":)" extended_labels=":D :P"/>
If I undestand it correctly this should work as expected but it does not

(it outputs 5 buttons -> :, D, space, :,P instead of the intended two :D and :P)

mikhas 2011-11-12 23:46

Re: multitap (9-key) keyboard layout for N9
 
Quote:

Originally Posted by qwazix (Post 1122412)
[CODE]
Code:

<binding label=":)" extended_labels=":D :P"/>

Definitely works as expected in master, no idea when it'll arrive on N9 though.

qwazix 2011-11-13 12:12

Re: multitap (9-key) keyboard layout for N9
 
That is cool, and it means we just have to wait. Anyway. any insights on the other issue? Bubbles on cycleset keys?

F2thaK 2011-11-13 12:44

Re: multitap (9-key) keyboard layout for N9
 
looks great !!

youmeego 2012-02-10 05:18

Re: multitap (9-key) keyboard layout for N9
 
great, can you make a youtube video?

qwazix 2012-02-11 22:17

Re: multitap (9-key) keyboard layout for N9
 
Sorry, I'm too busy for that. You can easily try it though, and it's harmless. If you remove it there is no junk remaining in the phone.

GeorgeChios 2012-02-13 18:14

Re: multitap (9-key) keyboard layout for N9
 
Can you make a Greek Alphanumeric Keyboard please ?

qwazix 2012-02-13 18:37

Re: multitap (9-key) keyboard layout for N9
 
Yes I can do that. If I happen to forget please remind me again.

nbedford 2012-02-13 19:10

Re: multitap (9-key) keyboard layout for N9
 
If this could support T9 as well as multitap it would be perfect...

Dave999 2012-02-13 23:06

Re: multitap (9-key) keyboard layout for N9
 
Anyone have an idea how we can get The arrows working like Nokia's on the swipe keyboard. Seems impossible to get marker movment. This how nokia should have implemented the default keyboard!

http://oi44.tinypic.com/28wp8vd.jpg

youmeego 2012-02-13 23:27

Re: multitap (9-key) keyboard layout for N9
 
Quote:

Originally Posted by Dave999 (Post 1164677)
Anyone have an idea how we can get The arrows working like Nokia's on the swipe keyboard. Seems impossible to get marker movment. This how nokia should have implemented the default keyboard!

http://oi44.tinypic.com/28wp8vd.jpg

would like to see it happen.

qwazix 2012-02-14 00:02

Re: multitap (9-key) keyboard layout for N9
 
I think it is already implemented in maliit )the framework behind the vkb) but I don't know when and whether it will reach the N9. It's fully open though so a cssu style update could do that.

Dave999 2012-02-14 16:41

Re: multitap (9-key) keyboard layout for N9
 
Quote:

Originally Posted by qwazix (Post 1164692)
I think it is already implemented in maliit )the framework behind the vkb) but I don't know when and whether it will reach the N9. It's fully open though so a cssu style update could do that.

fully open and not availabe? Why is that :)

qwazix 2012-02-14 20:32

Re: multitap (9-key) keyboard layout for N9
 
It's just that the N9 uses an old version. If they will bother to upgrade it for pr1.2 is another question. That does not mean thought that a skilled individual can't try and compile the latest version for the N9

GeorgeChios 2012-02-18 18:38

Re: multitap (9-key) keyboard layout for N9
 
Did you make the Greek Alphanumeric Keyboard qwazix ?

Thanksssssss

qwazix 2012-02-18 20:12

Re: multitap (9-key) keyboard layout for N9
 
1 Attachment(s)
Here it is, it has classic nokia layout

MESINPUT id 370049

I realized I forgot the comma, it is attached corrected (rename to xml and put in /home/user/.config/meego-keyboard/layouts)

I contacted Otso to see how I can edit the xml on mesinput

GeorgeChios 2012-02-19 06:29

Re: multitap (9-key) keyboard layout for N9
 
1 Attachment(s)
I take your keyboard and I made some changes...

Thanks again

qwazix 2012-02-19 16:42

Re: multitap (9-key) keyboard layout for N9
 
Corrected the comma on mesinput

new id 373029

Alex.Kinney 2012-02-26 19:00

Re: multitap (9-key) keyboard layout for N9
 
Quote:

Originally Posted by nbedford (Post 1164557)
If this could support T9 as well as multitap it would be perfect...

Can you do this? :D
I really need..

qwazix 2012-02-26 19:04

Re: multitap (9-key) keyboard layout for N9
 
It's possible that a T9 plugin could be written for maliit but this is not something I am capable to do.

Alex.Kinney 2012-02-26 19:24

Re: multitap (9-key) keyboard layout for N9
 
I don't know what is Maliit (now I search).. I have the N9 only from a few days!
Anyway, thanks for the informations :)

danicic987 2012-05-22 23:43

Re: multitap (9-key) keyboard layout for N9
 
@qwazix ... can you post a link to the .xml file for the keyboard from your first post (the non-greek one) an tell me where it should go in order for it to show up in input method selection menu .

All .xml files I used , i put in (via terminal and "cp -f /home/user/MyDocs/XXXX.xml /usr/share/meegotouch/virtual-keyboard/layouts : /usr/share/meegotouch/virtual-keyboard/layouts" ) , and they show up in the list ...

folder : /home/user/.config/meego-keyboard/layouts/ did not exist , I created it via a file manager , but .xml file put in there do not show up .

qwazix 2012-05-23 22:28

Re: multitap (9-key) keyboard layout for N9
 
the easiest way is to download mesinput from the store and let it do the dirty job (search for 219060). But you can find the xml here http://www.mesinput.com/api/vkblayouts/xml/219060

guillermorojaz 2012-05-24 01:54

Re: multitap (9-key) keyboard layout for N9
 
Alphanumeric in Spanish (Ñ)
PLEASE.

danicic987 2012-05-24 09:41

Re: multitap (9-key) keyboard layout for N9
 
Quote:

Originally Posted by qwazix (Post 1211595)
the easiest way is to download mesinput from the store and let it do the dirty job (search for 219060). But you can find the xml here http://www.mesinput.com/api/vkblayouts/xml/219060

Thanks ... I did what you said moments after I posted the question here ( because it was fishy that mesinput had all those xml files on the site but no app to use it with , so I went to the store and voila,there was an mesinput app there - forgive me for sounding like such a noob , my first encounter with MeeGo was the day I posted a message here ) :)

Offtopic P.S. :
MeeGo tastes better than Android any time of day . Much better . Too bad that official support is dead .


All times are GMT. The time now is 21:04.

vBulletin® Version 3.8.8