mirror of
https://github.com/electron/electron.git
synced 2026-02-04 12:15:22 -05:00
feat: add numpad accelerator strings (#15689)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user