Skip to content

Commit

Permalink
change fitting and insert midi item
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 27, 2020
1 parent 9054186 commit 0fc38d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ return {
["#"] = "SetItemFadeBoundaries",
[">"] = "GrowItemRight",
["<"] = "GrowItemLeft",
["i"] = {"+selected items", {
[";"] = {"+fitting", {
["f"] = "FitByLoopingNoShift",
["l"] = "FitByLooping",
["p"] = "FitByPadding",
["y"] = "CopyAndFitByLooping",
["s"] = "FitByStretching",
}},
["I"] = "InsertMidiItem",
["i"] = "InsertOrExtendMidiItem",
},
timeline_selector = {
["s"] = "SelectedItems",
Expand Down

0 comments on commit 0fc38d8

Please sign in to comment.