1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

Bug 2051 - Shortcut for Edit>Clip>Boundaries>Split (Ctrl+i) should be in the Standard shortcut set

This commit is contained in:
James Crook 2019-04-06 14:34:04 +01:00
parent ae431bc5bd
commit 691666bf79

View File

@ -482,7 +482,7 @@ const std::vector<NormalizedKeyString> &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",