Skip to content

Commit

Permalink
Add new event key code Props which is alternative for menu key
Browse files Browse the repository at this point in the history
  • Loading branch information
misak113 committed Jan 3, 2021
1 parent b362913 commit 21e5a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion event/key/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ const (
CodeF23 Code = 114
CodeF24 Code = 115

CodeHelp Code = 117
CodeHelp Code = 117
CodeProps Code = 118 // alternatively Menu

CodeMute Code = 127
CodeVolumeUp Code = 128
Expand Down

0 comments on commit 21e5a0d

Please sign in to comment.