We have moved to a new Sailfish OS Forum. Please start new discussions there.
7

BUG: maliit definition for more then one deadkey

asked 2013-12-25 01:38:17 +0300

Kaacz gravatar image

updated 2016-08-17 16:31:50 +0300

jiit gravatar image

When i create keyboard layout for Czech and need two DeadKeys, i found bug in 'AccentedCharacterKey.qml'.

TMO

What is the right definition of "deadKeyAccents" for more deadkeys?

1) "´ˇéě" - all deadkeys symbol first, then all chars ..

or

2) "´éˇě" - deadkey symbol then char, repeat for all deadkeys ..

Original code (wrong for both definitions):

   property string _accentedText: _deadAccentIndex > -1 && !keyboard.inSymView ? _deadKeyAccents.substr(_deadAccentIndex*2+1, 1) : ""

for definition deadKeyAccents: "´éˇě" :

   property string _accentedText: _deadAccentIndex > -1 && !keyboard.inSymView ? _deadKeyAccents.substr(_deadAccentIndex+1, 1) : ""

for definition deadKeyAccents: "´ˇéě" :

   property string _accentedText: _deadAccentIndex > -1 && !keyboard.inSymView ? _deadKeyAccents.substr((_deadKeyAccents.length/2)+_deadAccentIndex, 1) : ""

This is question to Mer people .. :)

edit retag flag offensive close delete

Comments

Well, rather Maliit :)

Stskeeps ( 2013-12-25 09:45:12 +0300 )edit

Yes, it is Maliit, but with Jolla plugin. But plugin is created by Maliit person. OK, i fill bug on Maliit bugzilla.

Kaacz ( 2013-12-25 11:59:54 +0300 )edit

1 Answer

Sort by » oldest newest most voted
4

answered 2013-12-30 18:14:42 +0300

Pekka Vuorela gravatar image

Thanks, created a bug report for this.

The keyboard uses maliit as framework, but keyboard plugin is Jolla specific, so Maliit bugzilla is not the place for this.

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
3 followers

Stats

Asked: 2013-12-25 01:38:17 +0300

Seen: 320 times

Last updated: Dec 30 '13