Skip to content

Commit

Permalink
small action name fixes and rearranging
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed Sep 7, 2020
1 parent 83b8cce commit c928c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion definitions/defaults/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ return {
NudgeTrackVolumeUpBy1 = {"NudgeTrackVolumeUp", repetitions=20, prefixRepetitionCount=true,},
NudgeTrackVolumeUpBy1Tenth = {"NudgeTrackVolumeUp", repetitions=2, prefixRepetitionCount=true},
OnlySelectItemsCrossingTimeAndTrackSelection = {"UnselectItems", "SelectItemsCrossingTimeAndTrackSelection"},
OpenMidiEditor = 40153,
OpenInMidiEditor = 40153,
OpenProject = 40025,
PasteAbove = {"PrevTrack", "Paste", prefixRepetitionCount=true},
PasteFxChain = {"_S&M_SMART_PST_FXCHAIN", prefixRepetitionCount=true},
Expand Down
5 changes: 2 additions & 3 deletions definitions/defaults/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ return {
["e"] = "ScrollToEditCursor",
}},
["m"] = { "+midi", {
["x"] = "CloseWindow",
["g"] = "SetMidiGridDivision",
["q"] = "Quantize",
[","] = {"+options", {
Expand Down Expand Up @@ -171,14 +170,14 @@ return {
["m"] = "ToggleMuteItem",
["d"] = "DeleteActiveTake",
["c"] = "CropToActiveTake",
["w"] = "OpenMidiEditor",
["o"] = "OpenInMidiEditor",
["n"] = "ItemNormalize",
["g"] = "GroupItems",
["q"] = "QuantizeItems",
["h"] = "HealItemsSplits",
["s"] = "ToggleSoloItem",
["b"] = "MoveItemContentToEditCursor",
["x"] = {"+explode", {
["x"] = {"+explode takes", {
["p"] = "ExplodeTakesInPlace",
["o"] = "ExplodeTakesInOrder",
["a"] = "ExplodeTakesInAcrossTracks"
Expand Down

0 comments on commit c928c90

Please sign in to comment.