feat: add numpad accelerator strings (#15689)
This commit is contained in:
parent
787dbbe610
commit
511dc9a80b
2 changed files with 37 additions and 1 deletions
|
@ -69,3 +69,10 @@ The `Super` key is mapped to the `Windows` key on Windows and Linux and
|
|||
* `VolumeUp`, `VolumeDown` and `VolumeMute`
|
||||
* `MediaNextTrack`, `MediaPreviousTrack`, `MediaStop` and `MediaPlayPause`
|
||||
* `PrintScreen`
|
||||
* NumPad Keys
|
||||
* `num0` - `num9`
|
||||
* `numdec` - decimal key
|
||||
* `numadd` - numpad `+` key
|
||||
* `numsub` - numpad `-` key
|
||||
* `nummult` - numpad `*` key
|
||||
* `numdiv` - numpad `÷` key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue