Sha256: eade9ffbb7bf7244dc18e58417b5cdc67c902b896edceff12eff53524ac2004c
Contents?: true
Size: 723 Bytes
Versions: 2
Compression:
Stored size: 723 Bytes
Contents
# mac-key_code A key code library for mac. It supports any keyboard layouts such as QWERTY, Dvorak etc. It is based on http://stackoverflow.com/a/1971027 ## Installation Add this line to your application's Gemfile: gem 'mac-key_code' And then execute: $ bundle Or install it yourself as: $ gem install mac-key_code ## Usage ```ruby require 'mac-key_code' key_code = Mac::KeyCode.new(38) key_code.to_s # => 'j' ``` ## Contributing 1. Fork it ( http://github.com/youpy/mac-key_code/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mac-key_code-0.0.2 | README.md |
mac-key_code-0.0.1 | README.md |