yc-keycode

0.0.1 • Public • Published

yc-keycode

yc tool for show keycode in command line

how to use

node index.js

feature

  • support numbers
  • support lower case chars
  • support keyname like enter tab and so on

not support

F1 - F12 is not support, but i can tell you:

for (i = 1; i < 13; i++) keycodes['f'+i] = i + 111;

Readme

Keywords

Package Sidebar

Install

npm i yc-keycode

Weekly Downloads

0

Version

0.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • zhangyaochun