banner
Shelken

Shelken

twitter
github
jike

Simply use the open-source input method Rime.

This project helps you: no need to configure complex settings; use git to synchronize your settings; update community-maintained dictionaries in a timely manner.

Rime auto deploy repository address

You can learn the basic usage of the project in the readme of the project, such as installation, upgrade, and other operations. Here, I will mainly introduce a few commonly used operations to get started quickly.

Install on your new device#

Before installation, you should fork this project to facilitate our subsequent configuration modifications and synchronization.

Here, you only need to refer to the project's operations

  • MacOS/Linux usage This tells you the basic installation operations on a new device. Remember to clone your own project address.

Configuration#

Process#

When you need to customize some settings, you only need to pay attention to a directory, which is the custom directory.

  1. Modify the configuration file in the custom directory.
  2. Run installer.rb again, select 2 for manual mode, then select 4, and copy your configuration to Rime's configuration.
  3. Then redeploy Rime. Shortcut key alt + ctrl + `
  4. git add commit push

Switch your input method#

If you are a double pinyin user, you can press ctrl + ` to switch your double pinyin scheme.

Save the characters you have entered when switching input methods#

Sometimes, when typing in Chinese, you suddenly want to switch to English. My habit is to directly press the right Shift to switch, but when I first used it, I found that the characters I had entered were cleared. At this time, you need to modify custom/default.custom.yaml. Under your switch_key.Shift_R, change from clear to commit_code.

image.png

Automatically switch to Chinese or English input method in different applications#

Add the configuration of the applications you have installed in custom/squirrel.custom.yaml, as follows:

image.png

Synchronize dictionaries on different devices#

In your /Users/[yourname]/Library/Rime directory, there should be an installation.yaml file. Edit it, change installation_id to any unique name you like, such as the name of the current device. At the end of the file, add sync_dir: "xxxx", where xxxx is the directory where you want to store it, such as the iCloud cloud directory. After saving, click to synchronize user data, and you can see the directory named after installation_id in the storage directory.

DiQ1mQ

Reference#

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.