mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 04:51:50 +02:00
Merge pull request #351 from heyman/add-more-key-codes-for-global-hotkey
Add keycodes for volume/media playback for the global hotkey
This commit is contained in:
commit
89827c991b
@ -29,6 +29,13 @@
|
||||
"PageDown",
|
||||
"Escape",
|
||||
"PrintScreen",
|
||||
"VolumeUp",
|
||||
"VolumeDown",
|
||||
"VolumeMute",
|
||||
"MediaNextTrack",
|
||||
"MediaPreviousTrack",
|
||||
"MediaStop",
|
||||
"MediaPlayPause",
|
||||
])
|
||||
for (let i=1; i<=12; i++) {
|
||||
keys.push("F" + i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user