Update the ibus config file
This commit is contained in:
parent
92fd97f9f8
commit
5cdaa4a03a
1 changed files with 26 additions and 0 deletions
|
|
@ -1,5 +1,31 @@
|
||||||
|
# `ibus write-cache; ibus restart` might be necessary to apply changes.
|
||||||
engines {
|
engines {
|
||||||
name : "mozc-jp"
|
name : "mozc-jp"
|
||||||
longname : "Mozc"
|
longname : "Mozc"
|
||||||
layout : "default"
|
layout : "default"
|
||||||
|
layout_variant : ""
|
||||||
|
layout_option : ""
|
||||||
|
rank : 80
|
||||||
|
symbol : "あ"
|
||||||
}
|
}
|
||||||
|
engines {
|
||||||
|
name : "mozc-on"
|
||||||
|
longname : "Mozc:あ"
|
||||||
|
layout : "default"
|
||||||
|
layout_variant : ""
|
||||||
|
layout_option : ""
|
||||||
|
rank : 99
|
||||||
|
symbol : "あ"
|
||||||
|
composition_mode : HIRAGANA
|
||||||
|
}
|
||||||
|
engines {
|
||||||
|
name : "mozc-off"
|
||||||
|
longname : "Mozc:A_"
|
||||||
|
layout : "default"
|
||||||
|
layout_variant : ""
|
||||||
|
layout_option : ""
|
||||||
|
rank : 99
|
||||||
|
symbol : "A"
|
||||||
|
composition_mode : DIRECT
|
||||||
|
}
|
||||||
|
active_on_launch: False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue