Skip to content

Commit c772188

Browse files
authored
Fix shortcut for opening Addon Manager (#100)
1 parent 0b9adbe commit c772188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/wiki/addons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If the [`config.json`](#configjson) contains settings, you will have to manually
8181

8282
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).
8383

84-
The addon manager can be opened from the command palette <kbd>Ctrl + P</kbd> by running the "Open Addon Manager" command (`lua.addon_manager.open`).
84+
The addon manager can be opened from the command palette <kbd>Ctrl + Shift + P</kbd> by running the "Open Addon Manager" command (`lua.addon_manager.open`).
8585

8686
<video autoplay controls loop muted>
8787
<source src="/videos/wiki/addon-manager.webm" type="video/webm" />

0 commit comments

Comments
 (0)