diff options
| author | Brett Terpstra | 2012-07-03 13:29:55 -0500 | 
|---|---|---|
| committer | Brett Terpstra | 2012-07-03 13:29:55 -0500 | 
| commit | 7d437b3ff6bb539747b8dcf0e7ca76f94708628f (patch) | |
| tree | 06706d0f754936139e7aa93d87daa3995903045f | |
| parent | 60aa2b4b8f4c07bab097e272ff9640cb5f8af73f (diff) | |
| download | KeyBindings-7d437b3ff6bb539747b8dcf0e7ca76f94708628f.tar.bz2 | |
added some additional links and info to the readme
| -rw-r--r-- | readme.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -7,9 +7,11 @@ See Lri's [gists][lrigists] and [website][lriweb] for more coding madness.  [lrigists]: https://gist.github.com/Lri  [brett terpstra]: http://brettterpstra.com -<b>Installation</b>: Copy the DefaultKeyBindings.dict file to the `~/Library/KeyBindings/` directory (create `KeyBindings` if it doesn't already exist).  +**Installation:** Copy the DefaultKeyBindings.dict file to the `~/Library/KeyBindings/` directory (create `KeyBindings` if it doesn't already exist).   Any open applications will need to be re-started before the key bindings will take effect -- or log out and log back in. +For more information, see my [blog post](http://brettterpstra.com/keybinding-madness/), check out [Macworld hints](http://hints.macworld.com/article.php?story=20060317045211408), an older but very relevant [article from Harvard](http://www.hcs.harvard.edu/~jrus/site/cocoa-text.html) and do [a search for more information](http://duckduckgo.com/?q=cocoa+defaultkeybindings.dict). +  <b>Documentation</b> <i>(last updated 05/08/2012.)</i>  *Grouped items begin with the groups shortcut (if exists), followed by a subgroup (if exists) followed by the keys specified.* | 
