Skip to content

在特定程序裏關閉中文輸入 #2

@yxjxx

Description

@yxjxx

https://code.google.com/p/rimeime/wiki/CustomizationGuide#在特定程序裏關閉中文輸入

例如,要在 Xcode 裏面默認關閉中文輸入,又要在 Alfred 裏面恢復開啓中文輸入,可如此設定:

example squirrel.custom.yaml

patch:
app_options/com.apple.Xcode:
ascii_mode: true
app_options/com.alfredapp.Alfred: {}

自定義 Mac 應用程序的初始轉換狀態,首先查看應用的 Info.plist 文件得到 該應用的 Bundle Identifier,通常是形如 com.apple.Xcode 的字符串。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions