Browse Source

add atom-specific disable for key press and hold

Kyle P Davis 10 years ago
parent
commit
60bdea7433
1 changed files with 2 additions and 0 deletions
  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