Bug 981928 - Lack of keycode table
Summary: Lack of keycode table
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-anthy
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-07 04:22 UTC by j-amano
Modified: 2013-09-23 00:39 UTC (History)
4 users (show)

Fixed In Version: ibus-anthy-1.5.4-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-18 13:01:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description j-amano 2013-07-07 04:22:05 UTC
Description of problem:
Japanese code conversion table "/usr/share/ibus-anthy/engine/tables.py" has lack of keycode table.
 
in tables.py

kana_voiced_consonant_no_rule = {
    u'か' : u'が',
    u'き' : u'ぎ',
    u'く' : u'ぐ',
    u'け' : u'げ',
    u'こ' : u'ご',
    u'さ' : u'ざ',
    u'し' : u'じ',
    u'す' : u'ず',
    u'せ' : u'ぜ',
    u'そ' : u'ぞ',
    u'た' : u'だ',
    u'ち' : u'ぢ',
    u'つ' : u'づ',
    u'て' : u'で',
    u'と' : u'ど',
    u'は' : u'ば',
    u'ひ' : u'び',
    u'ふ' : u'ぶ',
    u'へ' : u'べ',
}

Add "u'ほ' : u'ぼ'," after line "u'へ' : u'べ'" , so User can input "ぼ" from keyboard.

Comment 1 fujiwara 2013-07-08 07:15:04 UTC
Thanks for the report.
I fixed it in the devel repository.
https://github.com/fujiwarat/ibus-anthy/commit/2ff24999599d34abf0c1f2c9da683232065c4154

Comment 2 Fedora Update System 2013-09-09 06:33:38 UTC
ibus-anthy-1.5.4-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/ibus-anthy-1.5.4-1.fc19

Comment 3 Fedora Update System 2013-09-09 06:34:00 UTC
ibus-anthy-1.5.4-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/ibus-anthy-1.5.4-1.fc18

Comment 4 Fedora Update System 2013-09-09 06:34:16 UTC
ibus-anthy-1.5.4-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/ibus-anthy-1.5.4-1.fc20

Comment 5 Fedora Update System 2013-09-09 16:20:12 UTC
Package ibus-anthy-1.5.4-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ibus-anthy-1.5.4-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-16146/ibus-anthy-1.5.4-1.fc20
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2013-09-18 13:01:33 UTC
ibus-anthy-1.5.4-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-09-18 13:07:10 UTC
ibus-anthy-1.5.4-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2013-09-23 00:39:22 UTC
ibus-anthy-1.5.4-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.