From 6b1540856a4f6a82f2da804d677d2f8587c447b9 Mon Sep 17 00:00:00 2001 From: Yue-bin <60509781+Yue-bin@users.noreply.github.com> Date: Sat, 31 Jan 2026 06:50:56 +0800 Subject: [PATCH] Fix shortcut for opening Addon Manager --- src/content/wiki/addons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/wiki/addons.mdx b/src/content/wiki/addons.mdx index a3bc264..e81c860 100644 --- a/src/content/wiki/addons.mdx +++ b/src/content/wiki/addons.mdx @@ -81,7 +81,7 @@ If the [`config.json`](#configjson) contains settings, you will have to manually The addon manager, which is currently only available in Visual Studio Code, allows you to browse and install addons from [LLS-Addons][LLS-Addons]. It manages downloading addons and applying modifications to your [configuration file](/wiki/configuration#configuration-file). -The addon manager can be opened from the command palette Ctrl + P by running the "Open Addon Manager" command (`lua.addon_manager.open`). +The addon manager can be opened from the command palette Ctrl + Shift + P by running the "Open Addon Manager" command (`lua.addon_manager.open`).