From 4c02133ba857c92531e20bf693dfc6482756cf98 Mon Sep 17 00:00:00 2001 From: Hugh Davenport Date: Thu, 4 Jan 2024 08:45:08 +1300 Subject: [PATCH] SystemMenu: Add hotkey for Media category --- Base/res/apps/Piano.af | 4 ++-- Base/res/apps/SoundPlayer.af | 4 ++-- Base/res/apps/VideoPlayer.af | 4 ++-- Base/res/icons/SystemMenu.ini | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Base/res/apps/Piano.af b/Base/res/apps/Piano.af index 8353751c617..efea3f9b673 100644 --- a/Base/res/apps/Piano.af +++ b/Base/res/apps/Piano.af @@ -1,4 +1,4 @@ [App] -Name=Piano +Name=&Piano Executable=/bin/Piano -Category=Media +Category=&Media diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index e8f385c343b..a1b68f97a0c 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -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 diff --git a/Base/res/apps/VideoPlayer.af b/Base/res/apps/VideoPlayer.af index 29359991e75..91fd034bf28 100644 --- a/Base/res/apps/VideoPlayer.af +++ b/Base/res/apps/VideoPlayer.af @@ -1,7 +1,7 @@ [App] -Name=Video Player +Name=&Video Player Executable=/bin/VideoPlayer -Category=Media +Category=&Media [Launcher] FileTypes=webm,mkv diff --git a/Base/res/icons/SystemMenu.ini b/Base/res/icons/SystemMenu.ini index 55c5ef3173b..61d7d4a886a 100644 --- a/Base/res/icons/SystemMenu.ini +++ b/Base/res/icons/SystemMenu.ini @@ -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