Bug 491042
| Summary: | [EASYFIX] ibus default trigger hotkeys | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> |
| Component: | ibus | Assignee: | Peng Huang <phuang> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | i18n-bugs, petersen, phuang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-04-07 06:53:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 446452, 481098 | ||
|
Description
Warren Togami
2009-03-19 03:50:03 UTC
Yep thanks Warren - this is important we should support Hankaku_Zenkaku, Kanji (Alt+Hankaku_Zenkaku), and Alt-`. I see Hankaku_Zenkaku in ibus-1.1.0.20090331-1.fc11, but we certainly needed M-` too for people using ja without a jp keyboard. Complete list of global trigger hotkeys for Fedora 11. Ctrl+space Zenkaku_Hankaku Alt+Zenkaku_Hankaku Alt+grave Hangul I have two questions. 1, Zenkaku_Hankaku and Alt + Zenkaku_Hankaku is same? Why use two trigger for ja. And both have Zenkaku_Hankaku? 2. Alt + grave is ja or ko trigger? 1. Probably for historic reasons both hotkeys do the same thing on Windows. Currently only Zenkaku_Hankaku works with ibus. 2. Alt+Grave is ja trigger on US keyboard. Tagoh had a question about Zenkaku_Hankaku alone as a trigger, as it seems to not work on Windows. Testing has confirmed this is only partially true. US keyboard with US layout: ` button is keycode 49 (keysym 0x60, grave) JP keyboard with US layout: ` button is keycode 49 (keysym 0x60, grave) JP keyboard with JP layout: 半角/全角 button is keycode 49 (keysym 0xff2a, Zenkaku_Hankaku) Windows seems to unreliably switch the keyboard layout to Japanese during runtime, thus it seems that 半角/全角 alone does not always work. For this reason both Alt-grave and Alt-半角/全角 are expected to work. This confirms this list of hotkeys should be default triggers in Fedora 11. This is NOT IDEAL but a usable compromise to ship until we can implement the ideal interface after Fedora 11. Ctrl+space Zenkaku_Hankaku Alt+Zenkaku_Hankaku Alt+grave Hangul Fixed in ibus-1.1.0.20090407-2.fc11. |