xtermjs/xterm.js

Move away from keyCode in keyboard handling

Open

#1,862 opened on Dec 27, 2018

View on 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
 (Avg merge 2d 10h) (16 merged PRs in 30d)

Description

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

Contributor guide