Skip to content

Commit

Permalink
Merge pull request #2246 from entrylabs/issue/4347
Browse files Browse the repository at this point in the history
[#4347] 엔트리파이썬 모드 keyboardCode map의 충돌 key 제거
  • Loading branch information
JaehyeonSK authored Apr 18, 2022
2 parents b28cbad + 23afdfb commit 574e019
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/textcoding/static/keyboardCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ Entry.KeyboardCode = {};
backslash: 220,

// legacy keyinput support
'8': 8,
'9': 9,
'13': 13,
'16': 16,
'17': 17,
Expand Down

0 comments on commit 574e019

Please sign in to comment.