From 14ae40911617679bcb155ff5ba0df7132467c9d4 Mon Sep 17 00:00:00 2001 From: Giovanni de la Rosa Date: Sat, 6 Jun 2020 21:39:45 -0400 Subject: [PATCH] feat: Verbalize project settings --- definitions/actions.lua | 2 +- definitions/global.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/definitions/actions.lua b/definitions/actions.lua index 618e448f..b72a69cf 100644 --- a/definitions/actions.lua +++ b/definitions/actions.lua @@ -278,7 +278,7 @@ return { PrevTransientInItem = {"SaveItemSelection", "SelectItemsUnderEditCursor", "MoveEditCursorToPrevTransientInSelectedItems", "RestoreItemSelection"}, ProjectEnd = custom.move.projectEnd, ProjectStart = custom.move.projectStart, - ProjectSettings = 40021, + ShowProjectSettings = 40021, ProjectTimeline = custom.select.innerProjectTimeline, Quantize = {40009, midiCommand=true}, RecallMark = {lib.marks.recall, registerAction=true}, diff --git a/definitions/global.lua b/definitions/global.lua index d0850c30..e344618c 100644 --- a/definitions/global.lua +++ b/definitions/global.lua @@ -215,7 +215,6 @@ return { ["t"] = "ShowTrackManager", ["p"] = "Preferences", ["k"] = "ToggleRegionMarkerManager", - ["j"] = "ProjectSettings", }}, ["f"] = {"+fx", { ["x"] = "FxCloseAll", @@ -245,7 +244,7 @@ return { ["r"] = "RenderProject", }}, ["n"] = "NextTab", - ["p"] = "PrevTab", + ["p"] = "ShowProjectSettings", ["N"] = "PrevTab", ["s"] = "SaveProject", ["o"] = "OpenProject",