xtermjs/xterm.js

Move away from keyCode in keyboard handling

Open

#1862 opened on Dec 27, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (16,196 stars) (1,574 forks)batch import
help wantedtype/debt

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