From b9fa189d264a77b523cfebdf5387626fdab72fe5 Mon Sep 17 00:00:00 2001 From: Hugh Davenport Date: Thu, 4 Jan 2024 08:41:38 +1300 Subject: [PATCH] SystemMenu: Add hotkeys for Graphics menu --- Base/res/apps/3DFileViewer.af | 4 ++-- Base/res/apps/ImageViewer.af | 4 ++-- Base/res/apps/PixelPaint.af | 4 ++-- Base/res/icons/SystemMenu.ini | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Base/res/apps/3DFileViewer.af b/Base/res/apps/3DFileViewer.af index 893dbf5cfa..f8de60d8ea 100644 --- a/Base/res/apps/3DFileViewer.af +++ b/Base/res/apps/3DFileViewer.af @@ -1,7 +1,7 @@ [App] -Name=3D File Viewer +Name=&3D File Viewer Executable=/bin/3DFileViewer -Category=Graphics +Category=Gra&phics [Launcher] FileTypes=obj diff --git a/Base/res/apps/ImageViewer.af b/Base/res/apps/ImageViewer.af index 60298be3f8..480b508b6e 100644 --- a/Base/res/apps/ImageViewer.af +++ b/Base/res/apps/ImageViewer.af @@ -1,7 +1,7 @@ [App] -Name=Image Viewer +Name=&Image Viewer Executable=/bin/ImageViewer -Category=Graphics +Category=Gra&phics [Launcher] FileTypes=bmp,dds,gif,ico,iff,jpeg,jpg,jxl,lbm,pbm,pgm,png,ppm,qoi,tga,tiff,tif,tvg diff --git a/Base/res/apps/PixelPaint.af b/Base/res/apps/PixelPaint.af index 5827861c39..83ca6cb729 100644 --- a/Base/res/apps/PixelPaint.af +++ b/Base/res/apps/PixelPaint.af @@ -1,7 +1,7 @@ [App] -Name=Pixel Paint +Name=&Pixel Paint Executable=/bin/PixelPaint -Category=Graphics +Category=Gra&phics [Launcher] FileTypes=pp,bmp,dds,gif,ico,jpeg,jpg,jxl,pbm,pgm,png,ppm,qoi,tga diff --git a/Base/res/icons/SystemMenu.ini b/Base/res/icons/SystemMenu.ini index 4422768894..7e7614855a 100644 --- a/Base/res/icons/SystemMenu.ini +++ b/Base/res/icons/SystemMenu.ini @@ -3,7 +3,7 @@ D&evelopment=/res/icons/16x16/development.png &Games=/res/icons/16x16/games.png &Games/Puzzles=/res/icons/16x16/games.png -Graphics=/res/icons/16x16/graphics.png +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