mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Keyboard shortcuts didn't work. Added Select all menu item
This commit is contained in:
@@ -207,6 +207,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.hexeditor.copy.ascii", "ASCII Art" },
|
||||
{ "hex.view.hexeditor.copy.html", "HTML" },
|
||||
{ "hex.view.hexeditor.menu.edit.paste", "Paste" },
|
||||
{ "hex.view.hexeditor.menu.edit.select_all", "Select all" },
|
||||
{ "hex.view.hexeditor.menu.edit.bookmark", "Create bookmark" },
|
||||
{ "hex.view.hexeditor.menu.edit.set_base", "Set base address" },
|
||||
{ "hex.view.hexeditor.menu.edit.resize", "Resize" },
|
||||
|
||||
Reference in New Issue
Block a user