Skip to content

Commit

Permalink
Add missing fields to sendKeyStroke call (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Sep 21, 2020
1 parent 6cd74f4 commit 9d80196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ function sendTextInput(textInput) {
altKey: false,
shiftKey: requiresShiftKey.test(textInput[i]),
ctrlKey: false,
altGraphKey: false,
sysrqKey: false,
key: key,
keyCode: keyCode,
keystrokeId: keystrokeId,
Expand Down

0 comments on commit 9d80196

Please sign in to comment.