mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
SystemMenu: Add hotkey for Media category
This commit is contained in:
parent
79adeffcb6
commit
4c02133ba8
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/hughdavenport Commit: https://github.com/SerenityOS/serenity/commit/4c02133ba8 Pull-request: https://github.com/SerenityOS/serenity/pull/22560 Reviewed-by: https://github.com/ADKaster ✅
@ -1,4 +1,4 @@
|
||||
[App]
|
||||
Name=Piano
|
||||
Name=&Piano
|
||||
Executable=/bin/Piano
|
||||
Category=Media
|
||||
Category=&Media
|
||||
|
@ -1,7 +1,7 @@
|
||||
[App]
|
||||
Name=Sound Player
|
||||
Name=&Sound Player
|
||||
Executable=/bin/SoundPlayer
|
||||
Category=Media
|
||||
Category=&Media
|
||||
|
||||
[Launcher]
|
||||
FileTypes=mp3,flac,m3u,m3u8,qoa,wav
|
||||
|
@ -1,7 +1,7 @@
|
||||
[App]
|
||||
Name=Video Player
|
||||
Name=&Video Player
|
||||
Executable=/bin/VideoPlayer
|
||||
Category=Media
|
||||
Category=&Media
|
||||
|
||||
[Launcher]
|
||||
FileTypes=webm,mkv
|
||||
|
@ -7,5 +7,5 @@ Gra&phics=/res/icons/16x16/graphics.png
|
||||
&Internet=/res/icons/16x16/internet.png
|
||||
&Office=/res/icons/16x16/office.png
|
||||
Settings=/res/icons/16x16/settings.png
|
||||
Media=/res/icons/16x16/multimedia.png
|
||||
&Media=/res/icons/16x16/multimedia.png
|
||||
Utilities=/res/icons/16x16/utilities.png
|
||||
|
Loading…
Reference in New Issue
Block a user