Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 27, 2020
1 parent 1def8ed commit 16a0237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions definitions/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ return {
MixerShowHideChildrenOfSelectedTrack = 41665,
Mouse = 40514,
MouseAndSnap = 40513,
MoveEditCursorToLeftGridDivision = 40646,
MoveEditCursorToRightGridDivision = 40647,
LeftGridDivision = 40646,
RightGridDivision = 40647,
MoveEditCursorToNextTransientInSelectedItems = 40375,
MoveEditCursorToPrevTransientInSelectedItems = 40376,
MoveNoteDownOctave= {40180, midiCommand=true},
Expand Down
4 changes: 2 additions & 2 deletions definitions/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ return {
["<M-l>"] = "Right10Pix",
["<M-H>"] = "Left40Pix",
["<M-L>"] = "Right40Pix",
["h"] = "MoveEditCursorToLeftGridDivision",
["l"] = "MoveEditCursorToRightGridDivision",
["h"] = "LeftGridDivision",
["l"] = "RightGridDivision",
["H"] = "PrevMeasure",
["L"] = "NextMeasure",
["<C-h>"] = "Prev4Beats",
Expand Down

0 comments on commit 16a0237

Please sign in to comment.