Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed Jul 8, 2020
2 parents f103f62 + 79c5852 commit ac3f5d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions definitions/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,17 @@ return {
}},
}},
}},
["c"] = {"+chain", {
["s"] = "FxChainToggleShow",
["i"] = "ViewFxChainInputCurrentTrack",
["di"] = "ClearFxChainInputCurrentTrack",
["d"] = "ClearFxChainCurrentTrack",
["y"] = "CopyFxChain",
["p"] = "PasteFxChain",
}},
["f"] = { "+fx", {
["a"] = "FxAdd",
["b"] = "TrackToggleFXBypass",
["c"] = {"+chain", {
["s"] = "FxChainToggleShow",
["i"] = "ViewFxChainInputCurrentTrack",
["di"] = "ClearFxChainInputCurrentTrack",
["d"] = "ClearFxChainCurrentTrack",
["y"] = "CopyFxChain",
["p"] = "PasteFxChain",
}},
["s"] = {"+show", {
["1"] = "FxToggleShow1",
["2"] = "FxToggleShow2",
Expand Down

0 comments on commit ac3f5d6

Please sign in to comment.