library to find out event keyname of given key code
keynameOf = require('keyname-of') keynameOf(27) // => esc
$ npm install keyname-of