mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 13:01:51 +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",
|
"PageDown",
|
||||||
"Escape",
|
"Escape",
|
||||||
"PrintScreen",
|
"PrintScreen",
|
||||||
|
"VolumeUp",
|
||||||
|
"VolumeDown",
|
||||||
|
"VolumeMute",
|
||||||
|
"MediaNextTrack",
|
||||||
|
"MediaPreviousTrack",
|
||||||
|
"MediaStop",
|
||||||
|
"MediaPlayPause",
|
||||||
])
|
])
|
||||||
for (let i=1; i<=12; i++) {
|
for (let i=1; i<=12; i++) {
|
||||||
keys.push("F" + i)
|
keys.push("F" + i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user