Comment 2 for bug 1534210

Revision history for this message
Jacob Popov (j-a-popov) wrote :

The problem lies in the file /usr/share/onboard/layouts/Small-RU.onboard
The lines 52-53 are
          <key group="alphanumeric" id="AC10" keycode="47" layout="be,fr,cm(azerty)"/>
          <key char="'" group="alphanumeric" id="AC10" label="'"/>

To fix the bug I added an extra line like this:
          <key group="alphanumeric" id="AC10" keycode="47" layout="be,fr,cm(azerty)"/>
          <key group="alphanumeric" id="AC10" keycode="47" layout="ru"/>
          <key char="'" group="alphanumeric" id="AC10" label="'"/>

That's it, Onboard works OK now.