mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +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: 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]
|
[App]
|
||||||
Name=CatDog
|
Name=&CatDog
|
||||||
Executable=/bin/CatDog
|
Executable=/bin/CatDog
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Eyes
|
Name=&Eyes
|
||||||
Executable=/bin/Eyes
|
Executable=/bin/Eyes
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=LibGfx Demo
|
Name=Lib&Gfx Demo
|
||||||
Executable=/bin/LibGfxDemo
|
Executable=/bin/LibGfxDemo
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=LibGfx Scale Demo
|
Name=LibGfx Sc&ale Demo
|
||||||
Executable=/bin/LibGfxScaleDemo
|
Executable=/bin/LibGfxScaleDemo
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Mandelbrot
|
Name=&Mandelbrot
|
||||||
Executable=/bin/Mandelbrot
|
Executable=/bin/Mandelbrot
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Model Gallery
|
Name=M&odel Gallery
|
||||||
Executable=/bin/ModelGallery
|
Executable=/bin/ModelGallery
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Screensaver
|
Name=&Screensaver
|
||||||
Executable=/bin/Screensaver
|
Executable=/bin/Screensaver
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Widget Gallery
|
Name=&Widget Gallery
|
||||||
Executable=/bin/WidgetGallery
|
Executable=/bin/WidgetGallery
|
||||||
Category=Demos
|
Category=&Demos
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[16x16]
|
[16x16]
|
||||||
Demos=/res/icons/16x16/demos.png
|
&Demos=/res/icons/16x16/demos.png
|
||||||
Development=/res/icons/16x16/development.png
|
Development=/res/icons/16x16/development.png
|
||||||
&Games=/res/icons/16x16/games.png
|
&Games=/res/icons/16x16/games.png
|
||||||
&Games/Puzzles=/res/icons/16x16/games.png
|
&Games/Puzzles=/res/icons/16x16/games.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue