xtermjs/xterm.js

Move away from keyCode in keyboard handling

Open

#1,862 opened on 2018年12月27日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)TypeScript (1,574 forks)batch import
help wantedtype/debt

Repository metrics

Stars
 (16,196 stars)
PR merge metrics
 (平均マージ 2d 10h) (30d で 16 merged PRs)

説明

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

コントリビューターガイド