fix: Keyboard shortcuts didn't work. Added Select all menu item

This commit is contained in:
WerWolv
2021-07-29 21:09:18 +02:00
parent c6bd6d4a3b
commit f4046fb8fc
5 changed files with 8 additions and 2 deletions

View File

@@ -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" },