diff --git a/README.md b/README.md index a03aa32..eb4148c 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,19 @@ MinimapButtonBag_Octo cleans up your Minimap and relocates the buttons in a menu * Cleaned up a malformed `## X-Date` line in the `.toc` (missing colon). * Fixed Ctrl+Right-click "detach from minimap" positioning: it was converting the cursor position using the icon's own display scale (`MBB_Options.Scale/100`) instead of the UI's actual effective scale (`UIParent:GetEffectiveScale()`), so the button would land in the wrong spot instead of following your cursor away from the minimap. + + +While attached to the minimap (default state): + +Left-click the bag icon — expand/collapse the button bag. +Shift + Left-drag — slide the bag icon around the rim of the minimap (angle-locked, stays orbiting the minimap edge). +Ctrl + Right-click — detach the bag icon from the minimap; it jumps to wherever your cursor is and switches to free-floating mode. +Right-click (without Ctrl) — open the MBB options panel. + +Once detached (free-floating): + +Shift + Left-drag — move the icon anywhere on screen. +Ctrl + Right-click — reattach it back to the minimap (snaps to default position). + + -Olzon