squirrel icon indicating copy to clipboard operation
squirrel copied to clipboard

为vim_mode添加esc以外的其它按键支持

Open free-150 opened this issue 10 months ago • 6 comments

目前测试鼠须管 vim_mode 只支持esc 而不支持 <C-[>, <C-c>, <C-C> 。小狼毫却可以完美支持:https://github.com/rime/weasel/pull/1047

free-150 avatar Apr 20 '24 05:04 free-150

应该是支持的

https://github.com/rime/squirrel/blob/master/SquirrelInputController.m#L200-L204

ksqsf avatar Apr 20 '24 05:04 ksqsf

  • 版本:最新夜版
  • mac版本:14.4.1 但是我这里确实不行。只有按esc是有效的,squirrel.yaml内容:
app_options:   
  com.microsoft.VSCode:
    ascii_mode: true
    ascii_punct: true

  com.vscodium:
    ascii_mode: true
    ascii_punct: true

  com.apple.dt.Xcode:
    ascii_mode: true
    ascii_punct: true

  com.googlecode.iterm2:
    ascii_mode: true
    vim_mode: true

free-150 avatar Apr 21 '24 01:04 free-150

你系统版本是多少?intel还apple的芯片。在Iterm2中我这不知道为什么不行。贴上你的配置看看

free-150 avatar Apr 24 '24 03:04 free-150

那就奇怪了,我是m2。intel芯片的也试了就是不行。只有esc是有效的,我也试了凇雾方案的配置也是不行的。

free-150 avatar Apr 24 '24 04:04 free-150

又试了下,idea系的是有效的,自带的 terminal 和 iterm2 无效。

free-150 avatar Apr 24 '24 05:04 free-150

我也是同样iterm2无效,但是idea可以的

RainGoal avatar Jun 13 '24 07:06 RainGoal