Skip to content

Commit

Permalink
Add support for "enter" key
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed May 14, 2024
1 parent 99387ba commit bbd1383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers/macos/KeyCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ exports.KeyCode = {
numpadAdd: 69,
numpadClear: 71,
numpadDivide: 75,
enter: 76,
numpadSubtract: 78,
numpadEqual: 81,
numpad0: 82,
Expand Down

0 comments on commit bbd1383

Please sign in to comment.