Skip to content

Commit

Permalink
feat: move '+chain' folder under '<SPC>c', not '<SPC>fc' for easy access
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed Jul 8, 2020
1 parent b5208a5 commit 79c5852
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 79c5852

Please sign in to comment.