From 4c39a58c328461fe5485b87b93bc60a1490c16da Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 26 Sep 2024 17:50:35 -0400 Subject: Make the undefine action context aware --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/guide/index.md b/docs/guide/index.md index 8f5a7930..48d710cd 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -509,7 +509,7 @@ To search in the keybindings list, just click to make sure it's focused and star - `[F5]`, `[TAB]` : Toggle between Pseudo C and disassembly view - `g` : Go To Address dialog - `n` : Name a symbol - - `u` : Undefine an existing symbol (only for removing new user-defined names) + - `u` : Undefine selected function(s)/data variable(s)/user symbols(s) - `e` : Edit an instruction (by modifying the original binary -- currently only enabled for x86, and x64) - `x` : Focus the cross-reference pane - `;` : Add a comment -- cgit v1.3.1