In Linux, Chinese input methods are also a headache. But in ubuntu10.0.4, there is a good solution.
Ubuntu 10.0.4 is installed by default. Instead, we only need to download the sogou dictionary to quickly use ibus + sogou input method + dictionary.
Sogou input dictionary:
Enter Ibus-sogoupycc Official Website Http://code.google.com/p/ibus-sogoupycc Download the input method and local dictionary, and install them in sequence. After logging out or restarting, you can Ibus Add this input method in preferences. Its name is Sogou cloud (Sogou cloud input method ).
Let's talk about how to customize this input method to make it more in line with your input habits.
Open the terminal and enter the following command:Nautilus $ home/. config/ibusOpenIbusConfiguration folder,Create a sub-folder in this folderSogoupyccAnd then create an empty file in the newly created subfolder namedConfig. Lua. Edit with any text Open the file, copy and paste the following content into the file: (source:Http://blog.sina.com.cn/s/blog_6204ca300100j9tv.html)
--Press enter to enter English
IME. raw_preedit_key = key. Return
--Left and rightShiftSwitch between Chinese and English
IME. eng_mode_key = {key. shift_r, key. shift_l}
IME. chs_mode_key = ime. eng_mode_key
-- Pageup & PagedownForm feed
IME. page_up_key = key. page_up
IME. page_down_key = key. page_down
-- 1-9Select a word. Select the first one with a space.
Ime. label_keys = {key. space, '1', label = '1'}, {'2', label = '2'}, {'3', label = '3 '}, {'4', label = '4'}, {'5', label = '5'}, {'6', label = '6 '}, {'7', label = '7'}, {'8', label = '8'}, {'9', label = '9 '}}
--Switch between Chinese and English is not prompted
IME. show_policicaion = false
Then save the file, log off or restart the system settings to take effect.
Note: sometimes cloud input is slow due to network instability. You can click "Use offline mode" on the gear of sogou cloud Input Method in the lower right corner. (Remember to install the local dictionary first)
Set ibus startup:
As long [System]->[Administration]->[Language Support]
Select [Keyboard Input Method System] Is [Ibus.