Article Title: Install five times under Fedora and set it to automatic submission. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
The built-in Input Method of Fedora is ibus, but there are no five input methods. You can simply install it using one command.
# Yum install ibus-TableIbus-tablE-Wubi
Copy code
Then, restart ibus and add five strokes (of course, in the text) directly in the ibus graphic configuration.
But now there is a problem. It is not automatically submitted by default. For those who use five strokes, this function does not affect the typing speed.
Modify with Root
# Vim/usr/share/ibus-table/engine/table. py
Copy code
Search
Self. _ direct_commit = False
Copy code
Change "False" to "True", restart the input method, and change "five" to "direct submission mode" by default.
# Yum install ibus-table-wubi
Copy code
Then, restart ibus and add five strokes (of course, in the text) directly in the ibus graphic configuration.
But now there is a problem. It is not automatically submitted by default. For those who use five strokes, this function does not affect the typing speed.
Modify with Root
# Vim/usr/share/ibus-table/engine/table. py
Copy code
Search
Self. _ direct_commit = False
Copy code
Change "False" to "True", restart the input method, and change "five" to "direct submission mode" by default.