Skip to content

Commit

Permalink
Merge pull request #31 from elgiovanno/feat-additions-to-global-show-…
Browse files Browse the repository at this point in the history
…folder

feat: add project settings and marker manager to global show list
  • Loading branch information
gwatcha authored Jun 7, 2020
2 parents e212e65 + 14ae409 commit e4472ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions definitions/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ return {
PrevTransientInItem = {"SaveItemSelection", "SelectItemsUnderEditCursor", "MoveEditCursorToPrevTransientInSelectedItems", "RestoreItemSelection"},
ProjectEnd = custom.move.projectEnd,
ProjectStart = custom.move.projectStart,
ShowProjectSettings = 40021,
ProjectTimeline = custom.select.innerProjectTimeline,
Quantize = {40009, midiCommand=true},
RecallMark = {lib.marks.recall, registerAction=true},
Expand Down Expand Up @@ -407,6 +408,7 @@ return {
ShowActionList = 40605,
ShowEnvelopeModulationLastTouchedFx = 41143,
ShowReaperKeysHelp = {metaCommand=true},
ToggleRegionMarkerManager = 40326,
ShowRoutingMatrix = 40251,
ShowTrackFreezeDetails = 41654,
ShowTrackManager = 40906,
Expand Down
3 changes: 2 additions & 1 deletion definitions/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ return {
["w"] = "ShowWiringDiagram",
["t"] = "ShowTrackManager",
["p"] = "Preferences",
["k"] = "ToggleRegionMarkerManager",
}},
["f"] = {"+fx", {
["x"] = "FxCloseAll",
Expand Down Expand Up @@ -243,7 +244,7 @@ return {
["r"] = "RenderProject",
}},
["n"] = "NextTab",
["p"] = "PrevTab",
["p"] = "ShowProjectSettings",
["N"] = "PrevTab",
["s"] = "SaveProject",
["o"] = "OpenProject",
Expand Down

0 comments on commit e4472ed

Please sign in to comment.