mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
SystemMenu: Add hotkeys for Demos system menu
This commit is contained in:
parent
6272ee3104
commit
ec253840d7
Notes:
sideshowbarker
2024-07-18 00:34:07 +09:00
Author: https://github.com/hughdavenport Commit: https://github.com/SerenityOS/serenity/commit/ec253840d7 Pull-request: https://github.com/SerenityOS/serenity/pull/22560 Reviewed-by: https://github.com/ADKaster ✅
9 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=CatDog
|
||||
Name=&CatDog
|
||||
Executable=/bin/CatDog
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Eyes
|
||||
Name=&Eyes
|
||||
Executable=/bin/Eyes
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=LibGfx Demo
|
||||
Name=Lib&Gfx Demo
|
||||
Executable=/bin/LibGfxDemo
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=LibGfx Scale Demo
|
||||
Name=LibGfx Sc&ale Demo
|
||||
Executable=/bin/LibGfxScaleDemo
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Mandelbrot
|
||||
Name=&Mandelbrot
|
||||
Executable=/bin/Mandelbrot
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Model Gallery
|
||||
Name=M&odel Gallery
|
||||
Executable=/bin/ModelGallery
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Screensaver
|
||||
Name=&Screensaver
|
||||
Executable=/bin/Screensaver
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Widget Gallery
|
||||
Name=&Widget Gallery
|
||||
Executable=/bin/WidgetGallery
|
||||
Category=Demos
|
||||
Category=&Demos
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[16x16]
|
||||
Demos=/res/icons/16x16/demos.png
|
||||
&Demos=/res/icons/16x16/demos.png
|
||||
Development=/res/icons/16x16/development.png
|
||||
&Games=/res/icons/16x16/games.png
|
||||
&Games/Puzzles=/res/icons/16x16/games.png
|
||||
|
|
Loading…
Reference in a new issue