diff options
| author | Brett Terpstra | 2011-12-05 19:17:27 -0600 | 
|---|---|---|
| committer | Brett Terpstra | 2011-12-05 19:17:27 -0600 | 
| commit | b341397f0e4fa9f164fe4a9105b7985b461ab6f0 (patch) | |
| tree | 18426c5f464dc2ce1ebdff26254325b55dec7981 | |
| parent | 1a785511b90a746b54d82f7e0baaca1253348c60 (diff) | |
| download | KeyBindings-b341397f0e4fa9f164fe4a9105b7985b461ab6f0.tar.bz2 | |
Updated README, still needs some shortcut updates...
| -rw-r--r-- | readme.md | 6 | 
1 files changed, 1 insertions, 5 deletions
| @@ -7,10 +7,6 @@ DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) f  *Grouped items begin with the groups shortcut (if exists), followed by a subgroup (if exists) followed by the Keys specified.* -<p>DefaultKeyBindings.dict file for Mac OS X, created by <a href="http://brettterpstra.com">Brett Terpstra</a> and based heavily on work done by <a href="http://www.cs.helsinki.fi/u/lranta/keybindings/">Lri</a>. See Lri’s <a href="https://gist.github.com/Lri">gists</a> and <a href="http://www.cs.helsinki.fi/u/lranta/">website</a> for more coding madness.</p> - -<p><em>Grouped items begin with the groups shortcut, followed by the Keys specified. Items separated by commas are sequential, not concurrent.</em></p> -  <table>  <colgroup> @@ -39,7 +35,7 @@ DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) f  <tr>  	<td style="text-align:center;"></td>  	<td style="text-align:center;"></td> -	<td style="text-align:center;">‘^u’</td> +	<td style="text-align:center;">‘^~u’</td>  	<td style="text-align:left;">lowercase word</td>  </tr>  <tr> | 
