Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Keymap Changed to JP on US Keyboard Environment #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I'm using US keyboard and the system identifies it when mozc is not active. 
Once mozc is activated, Keyboard layout is changed to JP. For example, when I 
hit '[' key, then the outcome is '@' in mozc, which '@' key exists on JP 
keyboard where '[' key exists on US keyboard. Of course, I see same results for 
all other keys.

What is the expected output?

Keyboard layout should be same as system default.

What do you see instead?

JP keyboard layout.

What version of the product are you using? On what operating system?

On Fedora 17 (beta), I'm using ibus-mozc package. Mozc version is 1.5.1053.102.

Please provide any additional information below.

Original issue reported on code.google.com by mikiya.o...@gmail.com on 28 May 2012 at 6:42

GoogleCodeExporter commented 9 years ago
Seems to be a duplication of Issue 159, which is introduced by IBus 1.4.99 
(IBus 1.5).

Original comment by yukawa@google.com on 28 May 2012 at 7:00

GoogleCodeExporter commented 9 years ago
I've tested it with the following environment:
- Fedora 17 i686
- ibus-mozc-1.5.1053.102-1.fc17.i686.rpm
- ibus-1.4.99.20120428-2.fc17.i686.rpm (The about dialog says its version is 
1.4.99.20120518 somehow)
and can reproduce the issue you reported.

I also verified that you can work around this issue as follows as I've 
commented in Issue 159.

1. Open IBus Preferences.
2. Remove "Japanese - Mozc" and "Japanese Keyboard" from the Input Method.
3. Open /usr/share/ibus/component/mozc.xml with your favorite editor.
4. Replace "<layout>jp</layout>" with "<layout>default</layout>" and save the 
file.
5. Open IBus Preferences again.
6. Add "Japanese - Mozc" again.

Thanks,

Original comment by yukawa@google.com on 30 May 2012 at 7:53

GoogleCodeExporter commented 9 years ago
Thank you for your instruction. I've confirmed the problem has been fixed by 
your workaround. Please note that I had to restart IBus between step 4 and 5.

Cheers,

Original comment by mikiya.o...@gmail.com on 30 May 2012 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 10 Dec 2012 at 4:33

GoogleCodeExporter commented 9 years ago
Added a patch in Issue 161.

Original comment by yukawa@google.com on 10 Dec 2012 at 4:34