From de9f9e022bec0b3f1b705a395caf18a66f11888c Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Sun, 24 Nov 2024 10:49:03 -0800 Subject: [PATCH] updating branch to edit correct file since monorepo change --- providers/libnut/lib/libnut-keyboard.class.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/libnut/lib/libnut-keyboard.class.ts b/providers/libnut/lib/libnut-keyboard.class.ts index b396f6c5..769ad1e2 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, "/"],