diff options
| -rwxr-xr-x | document_keybindings.rb | 4 | ||||
| -rw-r--r-- | readme.md | 2 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/document_keybindings.rb b/document_keybindings.rb index 8c6e8e6..a4edd41 100755 --- a/document_keybindings.rb +++ b/document_keybindings.rb @@ -7,6 +7,8 @@ infile = File.new('DefaultKeyBinding.dict','r')  input = infile.read  infile.close +date = Time.now.strftime('%m/%d/%Y') +  output = ''  style =<<STYLE  <style> @@ -23,7 +25,7 @@ td:last-child { font-weight:normal;width:auto }  STYLE  intro =<<INTRO -DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) for Mac OS X, created by [Brett Terpstra][] and based heavily on work done by [Lri][lrikeys]. See Lri's [gists][lrigists] and [website][lriweb] for more coding madness. +DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) for Mac OS X, created by [Brett Terpstra][] and based heavily on work done by [Lri][lrikeys]. See Lri's [gists][lrigists] and [website][lriweb] for more coding madness. Documentation last updated #{date}.  [lrikeys]: http://www.cs.helsinki.fi/u/lranta/keybindings/  [lriweb]: http://www.cs.helsinki.fi/u/lranta/ @@ -1,4 +1,4 @@ -DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) for Mac OS X, created by [Brett Terpstra][] and based heavily on work done by [Lri][lrikeys]. See Lri's [gists][lrigists] and [website][lriweb] for more coding madness. +DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) for Mac OS X, created by [Brett Terpstra][] and based heavily on work done by [Lri][lrikeys]. See Lri's [gists][lrigists] and [website][lriweb] for more coding madness. Documentation last updated 03/30/2012.  [lrikeys]: http://www.cs.helsinki.fi/u/lranta/keybindings/  [lriweb]: http://www.cs.helsinki.fi/u/lranta/ | 
