SystemMenu: Add hotkeys for Graphics menu
This commit is contained in:
parent
8dc146f9f2
commit
b9fa189d26
Notes:
sideshowbarker
2024-07-19 01:59:31 +09:00
Author: https://github.com/hughdavenport Commit: https://github.com/SerenityOS/serenity/commit/b9fa189d26 Pull-request: https://github.com/SerenityOS/serenity/pull/22560 Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
[App]
|
||||
Name=3D File Viewer
|
||||
Name=&3D File Viewer
|
||||
Executable=/bin/3DFileViewer
|
||||
Category=Graphics
|
||||
Category=Gra&phics
|
||||
|
||||
[Launcher]
|
||||
FileTypes=obj
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue