Skip to content

Commit de9f9e0

Browse files
committed
updating branch to edit correct file since monorepo change
1 parent e413fa1 commit de9f9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/libnut/lib/libnut-keyboard.class.ts

+1-1
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)