mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Bug 2051 - Shortcut for Edit>Clip>Boundaries>Split (Ctrl+i) should be in the Standard shortcut set
This commit is contained in:
@@ -482,7 +482,7 @@ const std::vector<NormalizedKeyString> &CommandManager::ExcludedList()
|
|||||||
static const auto list = [] {
|
static const auto list = [] {
|
||||||
// These short cuts are for the max list only....
|
// These short cuts are for the max list only....
|
||||||
const char *const strings[] = {
|
const char *const strings[] = {
|
||||||
"Ctrl+I",
|
// "Ctrl+I",
|
||||||
"Ctrl+Alt+I",
|
"Ctrl+Alt+I",
|
||||||
"Ctrl+J",
|
"Ctrl+J",
|
||||||
"Ctrl+Alt+J",
|
"Ctrl+Alt+J",
|
||||||
|
Reference in New Issue
Block a user