File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,13 @@ export enum Key {
141141 AudioForward ,
142142 AudioRepeat ,
143143 AudioRandom ,
144+
145+ LeftWin ,
146+ RightWin ,
147+ LeftCmd ,
148+ RightCmd ,
149+
150+ Menu ,
151+
152+ Fn ,
144153}
Original file line number Diff line number Diff line change @@ -83,8 +83,15 @@ export default class KeyboardAction implements KeyboardProviderInterface {
8383 [ Key . Tab , "tab" ] ,
8484 [ Key . LeftAlt , "alt" ] ,
8585 [ 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" ] ,
8895
8996 [ Key . LeftShift , "shift" ] ,
9097 [ Key . LeftSuper , "command" ] ,
You can’t perform that action at this time.
0 commit comments