From 691666bf796d5c733e77efd11436ac391a9932a7 Mon Sep 17 00:00:00 2001 From: James Crook Date: Sat, 6 Apr 2019 14:34:04 +0100 Subject: [PATCH] Bug 2051 - Shortcut for Edit>Clip>Boundaries>Split (Ctrl+i) should be in the Standard shortcut set --- src/commands/CommandManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CommandManager.cpp b/src/commands/CommandManager.cpp index 0134ca009..c54fe8e99 100644 --- a/src/commands/CommandManager.cpp +++ b/src/commands/CommandManager.cpp @@ -482,7 +482,7 @@ const std::vector &CommandManager::ExcludedList() static const auto list = [] { // These short cuts are for the max list only.... const char *const strings[] = { - "Ctrl+I", + // "Ctrl+I", "Ctrl+Alt+I", "Ctrl+J", "Ctrl+Alt+J",