Skip to content

zhylmzr/weasel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

小狼毫个人修改版

前言

新增的配置如果没有特别说明,都是在 weasel.custom.yaml 中进行配置,如下例子:

# weasel.custom.yaml
patch:
    "新增配置项": 

变化

  1. 新增全局中英文模式
"global/ascii_mode": true # 默认 false
  1. 修改输入法开关时会重置中英文模式的逻辑
  2. 优化切换中英文时图标显示逻辑。 在开启全局中英文模式时,仅在主动切换中英文或者第一个会话才会显示图标
  3. 新增类似macOS下的CapsLock按键切换中英文模式,原版会导致键盘灯亮起,在其他的程序中被识别成大写键打开
"global/macos_capslock": true # 默认 false
  1. 新增配置项隐藏切换中英文时的图标显示
"global/hide_tip_icon": true # 默认 false
  1. 调整 ctrl+space 系统切换中英文处理逻辑:现在不是开关键盘,而是同其他输入法一样,仅切换中英文。

About

小狼毫个人修改版

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 91.2%
  • C 7.6%
  • Other 1.2%