Skip to content

Commit

Permalink
feat: Verbalize project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
elgiovanno committed Jun 7, 2020
1 parent c193a91 commit 14ae409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion definitions/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
3 changes: 1 addition & 2 deletions definitions/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ return {
["t"] = "ShowTrackManager",
["p"] = "Preferences",
["k"] = "ToggleRegionMarkerManager",
["j"] = "ProjectSettings",
}},
["f"] = {"+fx", {
["x"] = "FxCloseAll",
Expand Down Expand Up @@ -245,7 +244,7 @@ return {
["r"] = "RenderProject",
}},
["n"] = "NextTab",
["p"] = "PrevTab",
["p"] = "ShowProjectSettings",
["N"] = "PrevTab",
["s"] = "SaveProject",
["o"] = "OpenProject",
Expand Down

0 comments on commit 14ae409

Please sign in to comment.