UNPKG

key-code-map

Version:

通过 keycode 映射出具体按键

15 lines (10 loc) 223 B
# keyCode MAP 使用打包文件或者直接通过 `script` 标签引入 js 文件 ``` var result = keyCodeMap.getTypeAndChar('16'); console.log(result); /* * { type: 'modifierKey', character: 'shift' } */ ``` # MIT