Yuan のノート
心之所至,隨意亂書
如何解決在 MacOS VS Code 按鍵無法連續輸入的問題
Wed Jun 22, 2022
🏷️

前言

筆者已經習慣 vim 的輸入模式。所以在使用 VS Code 時,會安裝 vim 輸入模式的外掛。在鍵盤按鍵接住時,VS Code 卻不會連續輸入。本文主要就是要來解決這個問題。

主要內容

解決方式

1
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
如果要復原的話,則只要改成 true 就可以了。 defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool true

參考連結