xtermjs/xterm.js

Move away from keyCode in keyboard handling

Open

#1,862 建立於 2018年12月27日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)TypeScript (16,196 star) (1,574 fork)batch import
help wantedtype/debt

描述

KeyboardEvent.keyCode is deprecated, we should move to use key and code instead within Keyboard.ts. Some context: https://github.com/xtermjs/xterm.js/pull/1849#issuecomment-449408354

貢獻者指南