mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
meta: Add mozc
Note that this configuration file is specifically for mozc under ibus, although fcitx(5) should be preferred in most cases due to its compatibility.
This commit is contained in:
parent
51f303d09e
commit
dc8bb8a493
9
mozc/.config/mozc/ibus_config.textproto
Normal file
9
mozc/.config/mozc/ibus_config.textproto
Normal file
@ -0,0 +1,9 @@
|
||||
engines {
|
||||
name : "mozc-jp"
|
||||
longname : "Mozc"
|
||||
layout : "default"
|
||||
layout_variant : ""
|
||||
layout_option : ""
|
||||
rank : 80
|
||||
}
|
||||
active_on_launch: True
|
15
mozc/README.md
Normal file
15
mozc/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Mozc
|
||||
|
||||
[Mozc][mozc] is the standard Japanese IME.
|
||||
|
||||
## Use Cases
|
||||
|
||||
Mozc can be used to:
|
||||
|
||||
- Type in Japanese
|
||||
|
||||
You should not use Mozc if:
|
||||
|
||||
- You should use Mozc.
|
||||
|
||||
[mozc]: https://github.com/google/mozc
|
Loading…
Reference in New Issue
Block a user