File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,13 @@ export enum Key {
141
141
AudioForward ,
142
142
AudioRepeat ,
143
143
AudioRandom ,
144
+
145
+ LeftWin ,
146
+ RightWin ,
147
+ LeftCmd ,
148
+ RightCmd ,
149
+
150
+ Menu ,
151
+
152
+ Fn ,
144
153
}
Original file line number Diff line number Diff line change @@ -83,8 +83,15 @@ export default class KeyboardAction implements KeyboardProviderInterface {
83
83
[ Key . Tab , "tab" ] ,
84
84
[ Key . LeftAlt , "alt" ] ,
85
85
[ Key . LeftControl , "control" ] ,
86
- [ Key . RightAlt , "alt" ] ,
87
- [ Key . RightControl , "control" ] ,
86
+ [ Key . RightAlt , "right_alt" ] ,
87
+ [ Key . RightControl , "right_control" ] ,
88
+ [ Key . LeftWin , "win" ] ,
89
+ [ Key . RightWin , "right_win" ] ,
90
+ [ Key . LeftCmd , "cmd" ] ,
91
+ [ Key . RightCmd , "right_cmd" ] ,
92
+
93
+ [ Key . Menu , "menu" ] ,
94
+ [ Key . Fn , "fn" ] ,
88
95
89
96
[ Key . LeftShift , "shift" ] ,
90
97
[ Key . LeftSuper , "command" ] ,
You can’t perform that action at this time.
0 commit comments