Skip to content

Commit c4b229d

Browse files
committed
changes return key to use return instead of enter
1 parent 722150e commit c4b229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/provider/native/libnut-keyboard.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class KeyboardAction implements KeyboardProviderInterface {
107107
[Key.Backslash, "\\"],
108108
[Key.Semicolon, ";"],
109109
[Key.Quote, "'"],
110-
[Key.Return, "enter"],
110+
[Key.Return, "return"],
111111
[Key.Comma, ","],
112112
[Key.Period, "."],
113113
[Key.Slash, "/"],

0 commit comments

Comments
 (0)