Skip to content

Commit

Permalink
Disable "Press And Hold" key in Lion
Browse files Browse the repository at this point in the history
  • Loading branch information
prathe committed Mar 2, 2012
1 parent 4258160 commit d8606f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.markdown
Expand Up @@ -107,12 +107,18 @@ bubble bath.
- If you have any shell script that must be run once, run each of them them manually
`./osx/set-defaults.sh`

## Tools I use
## tools I use

* `gem install github`
* `brew install hub` # http://defunkt.io/hub/
* `gem install gemcutter`

## OSX Lion settings

# In Lion, holding down a key won't repeat it, but will instead show a popup menu
# to select between character variations. I turn it off.
defaults write -g ApplePressAndHoldEnabled -bool false

## bugs

I want this to work for everyone; that means when you clone it down it should
Expand Down

0 comments on commit d8606f3

Please sign in to comment.