Ubuntu Tour (5) Chinese Input Method

Source: Internet
Author: User

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.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.