1
0
mirror of synced 2025-01-10 21:41:53 +01:00

impr: Added shortcut for Copy as -> Custom Encoding

This commit is contained in:
WerWolv 2025-01-05 11:12:56 +01:00
parent c19705d3e5
commit f96c51e854

View File

@ -1261,7 +1261,7 @@ namespace hex::plugin::builtin {
/* Copy custom encoding */
ContentRegistry::Interface::addMenuItem({ "hex.builtin.menu.edit", "hex.builtin.view.hex_editor.menu.edit.copy_as", "hex.builtin.view.hex_editor.copy.custom_encoding" }, "", 1300,
Shortcut::None,
SHIFT + ALT + Keys::C,
[this] {
auto selection = ImHexApi::HexEditor::getSelection();
auto customEncoding = m_hexEditor.getCustomEncoding();