xtermjs/xterm.js

Move away from keyCode in keyboard handling

開放

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

 (1 則留言) (1 個反應) (0 位負責人)TypeScript (1,574 個分叉)batch import
help wantedtype/debt

倉庫指標

星標
 (16,196 顆星)
PR 合併指標
 (平均合併 2天 10小時) (30 天內合併 16 個 PR)

描述

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

貢獻者指南