Skip to content

Commit

Permalink
changes return key to use return instead of enter
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkyle committed Jul 28, 2023
1 parent 722150e commit c4b229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider/native/libnut-keyboard.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
[Key.Backslash, "\\"],
[Key.Semicolon, ";"],
[Key.Quote, "'"],
[Key.Return, "enter"],
[Key.Return, "return"],
[Key.Comma, ","],
[Key.Period, "."],
[Key.Slash, "/"],
Expand Down

0 comments on commit c4b229d

Please sign in to comment.