From 67662c5df78e13a5fa3402a4645f3871dca85cef Mon Sep 17 00:00:00 2001 From: ozi2285 <66715980+ozi2285@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:19:22 +0300 Subject: [PATCH] [skip ci] Inventory Click Usage Description Fix (#2589) ShiftClick Description was Wrong so Just Fixed it. --- docs/guide/usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/usage.md b/docs/guide/usage.md index 64482327..633ed93c 100644 --- a/docs/guide/usage.md +++ b/docs/guide/usage.md @@ -1028,7 +1028,6 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q Actions: - `click` - - `shiftclick` - `drop` Show/Preview items in an inventory: @@ -1040,7 +1039,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q Click/Shift-Click on an item in an inventory: ``` - /inventory > [left|right|middle] + /inventory > [left|right|middle|Shift|ShiftRight] ```

Tip