xtermjs/xterm.js

Move away from keyCode in keyboard handling

Open

#1862 aperta il 27 dic 2018

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)TypeScript (1574 fork)batch import
help wantedtype/debt

Metriche repository

Star
 (16.196 star)
Metriche merge PR
 (Merge medio 2g 10h) (16 PR mergiate in 30 g)

Descrizione

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

Guida contributor