diff --git a/providers/libnut/lib/libnut-keyboard.class.ts b/providers/libnut/lib/libnut-keyboard.class.ts index b396f6c..769ad1e 100644 --- a/providers/libnut/lib/libnut-keyboard.class.ts +++ b/providers/libnut/lib/libnut-keyboard.class.ts @@ -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, "/"],