mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -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", "Einfügen" },
|
||||
{ "hex.view.hexeditor.menu.edit.select_all", "Alles auswählen" },
|
||||
{ "hex.view.hexeditor.menu.edit.bookmark", "Lesezeichen erstellen" },
|
||||
{ "hex.view.hexeditor.menu.edit.set_base", "Basisadresse setzen" },
|
||||
{ "hex.view.hexeditor.menu.edit.resize", "Grösse ändern" },
|
||||
|
||||
Reference in New Issue
Block a user