Skip to content

Commit

Permalink
adds support for pressing the meta key
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkyle committed Feb 9, 2025
1 parent e413fa1 commit d8ff4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/libnut/lib/libnut-keyboard.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export default class KeyboardAction implements KeyboardProviderInterface {
[Key.RightWin, "right_win"],
[Key.LeftCmd, "cmd"],
[Key.RightCmd, "right_cmd"],
[Key.LeftMeta, "meta"],
[Key.RightMeta, "right_meta"],

[Key.Menu, "menu"],
[Key.Fn, "fn"],
Expand Down

0 comments on commit d8ff4e7

Please sign in to comment.