Finnish '-å layout' autocomplete problems
Posted: Wed Jan 12, 2011 10:53 am
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 ö.
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 ö.