mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add hotkey for Development system menu
This commit is contained in:
parent
3fa4161abd
commit
8dc146f9f2
Notes:
sideshowbarker
2024-07-17 05:00:08 +09:00
Author: https://github.com/hughdavenport Commit: https://github.com/SerenityOS/serenity/commit/8dc146f9f2 Pull-request: https://github.com/SerenityOS/serenity/pull/22560 Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ files=(
|
|||
workdir="lite-xl-${commit_hash}"
|
||||
launcher_name='Lite-XL'
|
||||
icon_file='resources/icons/icon.ico'
|
||||
launcher_category='Development'
|
||||
launcher_category='D&evelopment'
|
||||
launcher_command='/usr/local/bin/lite-xl'
|
||||
launcher_run_in_terminal='false'
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ configopts=(
|
|||
'--without-pcre-jit'
|
||||
)
|
||||
launcher_name='PHP'
|
||||
launcher_category='Development'
|
||||
launcher_category='D&evelopment'
|
||||
launcher_command='/usr/local/bin/php -a'
|
||||
launcher_run_in_terminal='true'
|
||||
icon_file='win32/build/php.ico'
|
||||
|
|
|
@ -14,7 +14,7 @@ files=(
|
|||
"https://raw.githubusercontent.com/python/cpython/942dd9f3f77eef08fabddbd9fb883a866ad6d4cb/PC/pycon.ico#55c1e1fcabc2f254a6d02242912359d29f141d11c4892c20375d58b6dcd89ac0"
|
||||
)
|
||||
launcher_name='Python'
|
||||
launcher_category='Development'
|
||||
launcher_category='D&evelopment'
|
||||
launcher_command='/usr/local/bin/python3'
|
||||
launcher_run_in_terminal='true'
|
||||
icon_file='../pycon.ico' # This is an older icon that's downloaded separately, so we need to go outside of $workdir
|
||||
|
|
|
@ -14,7 +14,7 @@ files=(
|
|||
"https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip#7f0a980e09874d35d80b958949dc2460e683957de3d2494a1499aea9d9989055"
|
||||
)
|
||||
launcher_name="Ruby IRB"
|
||||
launcher_category="Development"
|
||||
launcher_category="D&evelopment"
|
||||
launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --legacy"
|
||||
launcher_run_in_terminal="true"
|
||||
icon_file="../ruby-kit/ruby.png"
|
||||
|
|
Loading…
Reference in a new issue