Hi,
The Finnish 'reduced layout' (the one with no å key, and ä & ö combined to a single key) fails with to complete 'ö'-letter if it is typed with an 'ä'.
Example hopefully clarifies this behaviour:
Not correct: Type 'Äljy', Expected suggested auto-completion: 'Öljy', Actual: 'väljyyttä' [the keyboard does not try find completions with the replace(word,ä,ö)]
Correct: Type 'Ölj', Expected suggested auto-completion: 'Öljy', Actual: 'Öljy'
One would assume that if two buttons are combined in a single key (like ä & ö are) they should be interchangeable when using autocompletion. This would allow much faster typing without cluttering the keyboard with to two separate buttons for ä and ö.
Finnish '-å layout' autocomplete problems
- cyril
- Developer
- Posts: 2079
- Joined: Tue Feb 02, 2010 4:02 pm
- Phone: Nexus One 2.3
- Location: Nice, France
Re: Finnish '-å layout' autocomplete problems
Hello
I understand your point but this is a false assumption. Grouping ä and ö in the same key was just a layout trick, but the prediction algorithm doesn't take it into account. I may find a solution but at first sight it doesn't seem easy (at least to make a clean fix)salski wrote:One would assume that if two buttons are combined in a single key (like ä & ö are) they should be interchangeable when using autocompletion. This would allow much faster typing without cluttering the keyboard with to two separate buttons for ä and ö.
Cyril
Re: Finnish '-å layout' autocomplete problems
OK, thanks for looking into the issue.
As a quick workaround: How about having a layout with ä,ö as separate keys (but no å). In Finnish we almost ever use å.
As a quick workaround: How about having a layout with ä,ö as separate keys (but no å). In Finnish we almost ever use å.
- cyril
- Developer
- Posts: 2079
- Joined: Tue Feb 02, 2010 4:02 pm
- Phone: Nexus One 2.3
- Location: Nice, France
Re: Finnish '-å layout' autocomplete problems
The goal was to avoid putting 11 keys on a row, which is too much. What would you propose?
Cyril
Re: Finnish '-å layout' autocomplete problems
Maybe putting ä to the top row (in place of å)? (even though it's not like that our keyboards). I'm not sure...