Replies: 1 comment 6 replies
-
|
mpv supports IME on Xorg. To use it Wayland it still needs to implement the input method protocol, but I don't know if protocols that are not yet standardized are accepted. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found out that whatever input method I use, I can only type English words in mpv console. My input method framework is fcitx5 and my platform is linux, I'm using KDE Plasma and my window manager is Wayland.
I'm writing a plugin to search for ass files online and I need to input Chinese words to search, but I can not switch to Chinese input method. I've searched online for input method related problem in mpv. And I see someone mentioned that mpv has IME support on Windows. I tried with my windows computer and I can switch to Chinese input method and type Chinese words in mpv.
So I'd like to know that does mpv have IME support on linux? If mpv does support IME on linux, then how should I config mpv to activate it? Or does my problem has nothing to do with mpv and it's just the problem of my input method framework config?
I'm using arch linux so I download mpv from this official package. And the mpv version is 0.38.0.
As for input method engine, I'm using Rime Input Method Engine from fcitx5-rime and rime-ice-git as config patch.
Beta Was this translation helpful? Give feedback.
All reactions