Skip to content

Commit d8ff4e7

Browse files
committed
adds support for pressing the meta key
1 parent e413fa1 commit d8ff4e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ export default class KeyboardAction implements KeyboardProviderInterface {
8989
[Key.RightWin, "right_win"],
9090
[Key.LeftCmd, "cmd"],
9191
[Key.RightCmd, "right_cmd"],
92+
[Key.LeftMeta, "meta"],
93+
[Key.RightMeta, "right_meta"],
9294

9395
[Key.Menu, "menu"],
9496
[Key.Fn, "fn"],

0 commit comments

Comments
 (0)