Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法指定应用程序默认英文 #1537

Open
demonxinghen opened this issue Apr 30, 2024 · 1 comment
Open

无法指定应用程序默认英文 #1537

demonxinghen opened this issue Apr 30, 2024 · 1 comment

Comments

@demonxinghen
Copy link

我的系统是win11
weasel.custom.yaml的配置是:
patch: app_options/cmd.exe: ascii_mode: true
double_pinyin_flypy.schema.yaml的配置是:
`
switches:

  • name: ascii_mode
    reset: 0
    states: [ 中文, 西文 ]
  • name: full_shape
    states: [ 半角, 全角 ]
  • name: simplification
    reset: 1
    states: [ 漢字, 汉字 ]
    `
    但是打开cmd程序后,默认输入依然是中文
@fxliang
Copy link

fxliang commented Apr 30, 2024

供参考

patch:
  app_options:
    nvy.exe:
      vim_mode: true
      ascii_mode: true
    nvim-qt.exe:
      vim_mode: true
    neovide.exe:
      vim_mode: true
    gvim.exe:
      ascii_mode: true
      vim_mode: true
    firefox.exe:
      inline_preedit: true
      ascii_mode: true
    mintty.exe:
      ascii_mode: true
    vscodium.exe:
      vim_mode: true
    conhost.exe:
      ascii_mode: true
    windowsterminal.exe:
      ascii_mode: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants