Skip to content

Commit

Permalink
updating branch to edit correct file since monorepo change
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkyle committed Nov 24, 2024
1 parent e413fa1 commit de9f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/libnut/lib/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 de9f9e0

Please sign in to comment.