
1 sstutu 2023 年 8 月 23 日 via Android idea 的 vim 插件用了两小时,被中英文输入法切换整得很难受,还是装了中英文切换插件的情况下,体验感受:idea 变成了智障,不过我是小白,别人应该不会这么难受 |
2 ooops 2023 年 8 月 23 日 按 CapsLock 改成 Esc |
3 chendy 2023 年 8 月 23 日 oldschool 人,win + space 或者 cmd +space 切输入法,切多了(切了十多年)也就习惯了 |
4 ruidoBlanco 2023 年 8 月 23 日 感,很不的子。karabiner 面很容易就做到了。 :input-sources { :n {:input_source_id "^com\\.apple\\.keylayout.*" :language "en"} :zh {:language "^zh.*"} :sogou {:input_mode_id "^com\\.sogou\\.inputmethod.*" :language "^zh.*"} } {:des "Capslock to hyper (Ctrl+Alt) when held, to ESC when tapped, and switch to English as well if input method is Chinese" :rules [ [:##caps_lock :!Tleft_option :en {:alone :escape}] [:##caps_lock :!Tleft_option :zh {:alone [:!Tspacebar :escape]}] ] } |
5 YuuuuuuH 2023 年 8 月 23 日 我一般按 Ctrl + [ 的 |
6 ffkjjj 2023 年 8 月 23 日 换 ctrl + k ,不要用 jk |
8 Howryann 2023 年 8 月 23 日 我也在找好的方法,微软拼音还会自动切中英文模式,IdeaVimExtension 也需要额外添加美式键盘,相当于有了一种中文,两种英文输入模式,非常不方便。 |
9 Vogan 2023 年 8 月 23 日 抛砖引玉下,在 macOS 下,iTerm/wezTerm 等终端模拟器中,刚使用 karabiner 实现按下 Esc 切换为 ABC 的方案 https://gist.github.com/y-not-u/1fbcc1e3452ce7c7369650ada2aa861e |
10 jackiexiao 2025 年 2 月 3 日 |