Преглед изворни кода

add atom-specific disable for key press and hold

Kyle P Davis пре 11 година
родитељ
комит
60bdea7433
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      install_atom.sh

+ 2 - 0
install_atom.sh

@@ -6,3 +6,5 @@ cd ~/Applications/
 curl -sL -o Atom.zip https://atom.io/download/mac
 unzip Atom.zip
 rm Atom.zip
+
+defaults write com.github.atom ApplePressAndHoldEnabled -bool false