mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Make Copy as ASCII string use ALT + C to be more consistent
This commit is contained in:
@@ -1132,7 +1132,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
/* Copy As */
|
||||
ContentRegistry::Interface::addMenuItem({ "hex.builtin.menu.edit", "hex.builtin.view.hex_editor.menu.edit.copy_as", "hex.builtin.view.hex_editor.copy.ascii" }, ICON_VS_SYMBOL_TEXT, 1200,
|
||||
CurrentView + CTRLCMD + SHIFT + Keys::C,
|
||||
CurrentView + ALT + Keys::C,
|
||||
[] {
|
||||
auto selection = ImHexApi::HexEditor::getSelection();
|
||||
if (selection.has_value() && selection != Region::Invalid())
|
||||
|
||||
Reference in New Issue
Block a user