Skip to content

Commit c928c90

Browse files
committed
small action name fixes and rearranging
1 parent 83b8cce commit c928c90

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

definitions/defaults/actions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ return {
253253
NudgeTrackVolumeUpBy1 = {"NudgeTrackVolumeUp", repetitions=20, prefixRepetitionCount=true,},
254254
NudgeTrackVolumeUpBy1Tenth = {"NudgeTrackVolumeUp", repetitions=2, prefixRepetitionCount=true},
255255
OnlySelectItemsCrossingTimeAndTrackSelection = {"UnselectItems", "SelectItemsCrossingTimeAndTrackSelection"},
256-
OpenMidiEditor = 40153,
256+
OpenInMidiEditor = 40153,
257257
OpenProject = 40025,
258258
PasteAbove = {"PrevTrack", "Paste", prefixRepetitionCount=true},
259259
PasteFxChain = {"_S&M_SMART_PST_FXCHAIN", prefixRepetitionCount=true},

definitions/defaults/global.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ return {
132132
["e"] = "ScrollToEditCursor",
133133
}},
134134
["m"] = { "+midi", {
135-
["x"] = "CloseWindow",
136135
["g"] = "SetMidiGridDivision",
137136
["q"] = "Quantize",
138137
[","] = {"+options", {
@@ -171,14 +170,14 @@ return {
171170
["m"] = "ToggleMuteItem",
172171
["d"] = "DeleteActiveTake",
173172
["c"] = "CropToActiveTake",
174-
["w"] = "OpenMidiEditor",
173+
["o"] = "OpenInMidiEditor",
175174
["n"] = "ItemNormalize",
176175
["g"] = "GroupItems",
177176
["q"] = "QuantizeItems",
178177
["h"] = "HealItemsSplits",
179178
["s"] = "ToggleSoloItem",
180179
["b"] = "MoveItemContentToEditCursor",
181-
["x"] = {"+explode", {
180+
["x"] = {"+explode takes", {
182181
["p"] = "ExplodeTakesInPlace",
183182
["o"] = "ExplodeTakesInOrder",
184183
["a"] = "ExplodeTakesInAcrossTracks"

0 commit comments

Comments
 (0)