Replies: 6 comments 2 replies
-
FWIW, anthy doesn't suffer from this. |
Beta Was this translation helpful? Give feedback.
-
This is caused by layout option in diff --git a/component/mozc.xml b/-
index a7be498..0000000 100644
--- a/component/mozc.xml
+++ b/-
@@ -16,7 +16,7 @@
<icon_prop_key>InputMode</icon_prop_key>
<icon>/usr/share/ibus-mozc/product_icon.png</icon>
<setup>/usr/lib64/mozc/mozc_tool --mode=config_dialog</setup>
- <layout>default</layout>
+ <layout>jp</layout>
<name>mozc-jp</name>
<longname>Mozc</longname>
</engine> |
Beta Was this translation helpful? Give feedback.
-
Ping. Any reasons why |
Beta Was this translation helpful? Give feedback.
-
Some related discussion can be found here: ibus/ibus#1943 |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for too late reply, The As you mentioned, you can specify the keyboard layout by modifying Since 9ba59b6, the setting is moved to your home directory. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same problem with an additional issue: I use Dvorak. If I configure Mozc either as $ cat $HOME/.config/mozc/ibus_config.textproto
# `ibus write-cache; ibus restart` might be necessary to apply changes.
engines {
name : "mozc-jp"
longname : "Mozc"
layout : "us"
layout_variant : "dvorak"
}
active_on_launch: False or $ cat $HOME/.config/mozc/ibus_config.textproto
# `ibus write-cache; ibus restart` might be necessary to apply changes.
engines {
name : "mozc-jp"
longname : "Mozc"
layout : "jp"
layout_variant : "dvorak"
}
active_on_launch: False the input layout (before conversion to Japanese) is always QWERTY. If I set $ cat $HOME/.config/mozc/ibus_config.textproto
# `ibus write-cache; ibus restart` might be necessary to apply changes.
engines {
name : "mozc-jp"
longname : "Mozc"
layout : "default"
layout_variant : ""
}
active_on_launch: False then the input layout is the last used one: either Dvorak or Russian. Any hint how to make it work with Dvorak? |
Beta Was this translation helpful? Give feedback.
-
I have three layouts in ibus:
['xkb:us::eng', 'mozc-jp', 'xkb:ru::rus']
.mozc only works correctly when switching from English. If you switch from Russian layout to mozc, it will type Cyrillic letters instead of functioning properly.
It happens on at least mozc-2.16.2037.102 and mozc-2.20.2677.102.
Beta Was this translation helpful? Give feedback.
All reactions