keycode-insert package
To insert the keycode what you push in Atom.
Demo
Usage
Install this package in Atom, then...
- from Menu, [ Packages ] -> [ Keycode Insert ] -> [ Insert ]
- from Right Click, [ Insert keyCode ]
- from Shortcut,
Option(⌥) + Shift(⇧) + i
for Mac, andAlt + Shift + i
for Windows
How to Contribute
I am waiting for you to:
- Fork it ( https://github.com/changami/atom-keycode-insert/fork )
- Create your feature branch
$ git checkout -b your-new-feature
- Commit your changes
$ git commit -am 'Add some feature'
- Push to the branch
$ git push origin your-new-feature
- Create new Pull Request