From 3fa4161abd1e457cf021a539377b9ff6f940a0bd Mon Sep 17 00:00:00 2001 From: Hugh Davenport Date: Thu, 4 Jan 2024 08:39:54 +1300 Subject: [PATCH] SystemMenu: Add hotkeys for Development menu --- Base/res/apps/FontEditor.af | 4 ++-- Base/res/apps/GMLPlayground.af | 4 ++-- Base/res/apps/HackStudio.af | 4 ++-- Base/res/apps/HexEditor.af | 4 ++-- Base/res/apps/KeyboardMapper.af | 4 ++-- Base/res/apps/Profiler.af | 4 ++-- Base/res/apps/SQLStudio.af | 4 ++-- Base/res/apps/ThemeEditor.af | 4 ++-- Base/res/icons/SystemMenu.ini | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Base/res/apps/FontEditor.af b/Base/res/apps/FontEditor.af index f6085a0b09..2fe9060d31 100644 --- a/Base/res/apps/FontEditor.af +++ b/Base/res/apps/FontEditor.af @@ -1,7 +1,7 @@ [App] -Name=Font Editor +Name=&Font Editor Executable=/bin/FontEditor -Category=Development +Category=D&evelopment [Launcher] FileTypes=font diff --git a/Base/res/apps/GMLPlayground.af b/Base/res/apps/GMLPlayground.af index 8791001f8c..0d62b76932 100644 --- a/Base/res/apps/GMLPlayground.af +++ b/Base/res/apps/GMLPlayground.af @@ -1,7 +1,7 @@ [App] -Name=GML Playground +Name=&GML Playground Executable=/bin/GMLPlayground -Category=Development +Category=D&evelopment [Launcher] FileTypes=gml diff --git a/Base/res/apps/HackStudio.af b/Base/res/apps/HackStudio.af index aa32f1dfaf..9c9ba1a54f 100644 --- a/Base/res/apps/HackStudio.af +++ b/Base/res/apps/HackStudio.af @@ -1,4 +1,4 @@ [App] -Name=Hack Studio +Name=&Hack Studio Executable=/bin/HackStudio -Category=Development +Category=D&evelopment diff --git a/Base/res/apps/HexEditor.af b/Base/res/apps/HexEditor.af index f79f14bf90..2e6743e83b 100644 --- a/Base/res/apps/HexEditor.af +++ b/Base/res/apps/HexEditor.af @@ -1,7 +1,7 @@ [App] -Name=Hex Editor +Name=He&x Editor Executable=/bin/HexEditor -Category=Development +Category=D&evelopment [Launcher] FileTypes=font diff --git a/Base/res/apps/KeyboardMapper.af b/Base/res/apps/KeyboardMapper.af index e6367a3190..91356e4236 100644 --- a/Base/res/apps/KeyboardMapper.af +++ b/Base/res/apps/KeyboardMapper.af @@ -1,4 +1,4 @@ [App] -Name=Keyboard Mapper +Name=&Keyboard Mapper Executable=/bin/KeyboardMapper -Category=Development +Category=D&evelopment diff --git a/Base/res/apps/Profiler.af b/Base/res/apps/Profiler.af index 88c21693a1..1cc0f82a66 100644 --- a/Base/res/apps/Profiler.af +++ b/Base/res/apps/Profiler.af @@ -1,7 +1,7 @@ [App] -Name=Profiler +Name=&Profiler Executable=/bin/Profiler -Category=Development +Category=D&evelopment [Launcher] FileTypes=profile diff --git a/Base/res/apps/SQLStudio.af b/Base/res/apps/SQLStudio.af index fde53e4f64..32a90e1940 100644 --- a/Base/res/apps/SQLStudio.af +++ b/Base/res/apps/SQLStudio.af @@ -1,7 +1,7 @@ [App] -Name=SQL Studio +Name=&SQL Studio Executable=/bin/SQLStudio -Category=Development +Category=D&evelopment [Launcher] FileTypes=db,sql diff --git a/Base/res/apps/ThemeEditor.af b/Base/res/apps/ThemeEditor.af index 292a39358e..c4e3ee6a9f 100644 --- a/Base/res/apps/ThemeEditor.af +++ b/Base/res/apps/ThemeEditor.af @@ -1,4 +1,4 @@ [App] -Name=Theme Editor +Name=&Theme Editor Executable=/bin/ThemeEditor -Category=Development +Category=D&evelopment diff --git a/Base/res/icons/SystemMenu.ini b/Base/res/icons/SystemMenu.ini index 73eb21222c..4422768894 100644 --- a/Base/res/icons/SystemMenu.ini +++ b/Base/res/icons/SystemMenu.ini @@ -1,6 +1,6 @@ [16x16] &Demos=/res/icons/16x16/demos.png -Development=/res/icons/16x16/development.png +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