Intellij-idea: auto-repetition of letter keys

后端 未结 3 1196
傲寒
傲寒 2021-01-30 11:09

Using Intellij-Idea 12 on OS X, I have a strange problem: when I keep a letter ([a-z]) key pressed in the editor, the key stroke does not repeat. This is unfortunately a problem

3条回答
  •  無奈伤痛
    2021-01-30 11:59

    It's a system preference not specific to Intellij IDEA:

    defaults write -g ApplePressAndHoldEnabled -bool false 
    

提交回复
热议问题