diff --git a/src/app/ui/keyboard_shortcuts.cpp b/src/app/ui/keyboard_shortcuts.cpp index 5040089fc..9c1539c5a 100644 --- a/src/app/ui/keyboard_shortcuts.cpp +++ b/src/app/ui/keyboard_shortcuts.cpp @@ -879,7 +879,7 @@ bool KeyboardShortcuts::getCommandFromKeyMessage(const Message* msg, Command** c tools::Tool* KeyboardShortcuts::getCurrentQuicktool(tools::Tool* currentTool) { if (currentTool && currentTool->getInk(0)->isSelection()) { - KeyPtr key = action(KeyAction::CopySelection); + KeyPtr key = action(KeyAction::CopySelection, KeyContext::TranslatingSelection); if (key && key->isPressed()) return NULL; }