mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
sys: Added select region command
This commit is contained in:
@@ -269,6 +269,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.view.hex_editor.goto.offset.relative", "相對" },
|
||||
{ "hex.builtin.view.hex_editor.goto.offset.begin", "開始" },
|
||||
{ "hex.builtin.view.hex_editor.goto.offset.end", "結束" },
|
||||
//{ "hex.builtin.view.hex_editor.menu.file.select", "Select" },
|
||||
// { "hex.builtin.view.hex_editor.select.offset.region", "Region" },
|
||||
// { "hex.builtin.view.hex_editor.select.offset.begin", "Begin" },
|
||||
// { "hex.builtin.view.hex_editor.select.offset.end", "End" },
|
||||
// { "hex.builtin.view.hex_editor.select.offset.size", "Size" },
|
||||
// { "hex.builtin.view.hex_editor.select.select", "Select" },
|
||||
{ "hex.builtin.view.hex_editor.menu.file.save", "儲存" },
|
||||
{ "hex.builtin.view.hex_editor.menu.file.save_as", "另存為..." },
|
||||
{ "hex.builtin.view.hex_editor.menu.edit.copy", "複製" },
|
||||
|
||||
Reference in New Issue
Block a user