From 95e6928d4664a2ddfa3011aa024d4de86caa0264 Mon Sep 17 00:00:00 2001 From: Rohan-Sagar Date: Wed, 14 Feb 2024 19:31:15 -0500 Subject: [PATCH] Update hexdump-widget-context-menu.rst --- .../menus/hexdump-widget-context-menu.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/source/user-docs/menus/hexdump-widget-context-menu.rst b/docs/source/user-docs/menus/hexdump-widget-context-menu.rst index 91cab63e..2892e235 100644 --- a/docs/source/user-docs/menus/hexdump-widget-context-menu.rst +++ b/docs/source/user-docs/menus/hexdump-widget-context-menu.rst @@ -17,4 +17,18 @@ Available options are: - 8 bytes - 16 bytes - 32 bytes - - Power of 2 (Auto) \ No newline at end of file + - Power of 2 (Auto) + +Add Flag +---------------------------------------- +**Description:** Add a flag to the selected item or location by bookmarking and giving it a name. + +**Steps:** Right-click an address or item and choose ``Add Flag`` + +**Shortcut:** :kbd:`N` + +Delete Flag +---------------------------------------- +**Description:** Delete a flag from the selected item or location. + +**Steps:** Right-click an address or item and choose ``Delete Flag``