Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1KB

  1. ! title Key Bindings
  2. --
  3. These keys are in effect when the pattern or phrase editor grid is focused.
  4. // Editor Keybindings
  5. [[ key, function
  6. [[ [, previous
  7. [[ ], next
  8. [[ 1, horizontal zoom out
  9. [[ 2, horizontal zoom in
  10. [[ 3, vertical zoom out
  11. [[ 4, vertical zoom in
  12. [[ c, create
  13. [[ d, duplicate
  14. [[ f, move to playhead
  15. [[ r, select range (as defined by L and R cursors)
  16. [[ q, select none
  17. [[ C, crop to range
  18. [[ Delete, delete selected
  19. [[ Shift-Delete, clear grid
  20. [[ Control-Delete, delete time in range
  21. [[ Control-Insert, insert time
  22. [[ Arrow keys, move viewport
  23. [[ Ctrl-Left, move to previous note
  24. [[ Ctrl-Right, move to next note
  25. [[ \<, move selection left
  26. [[ >, move selection right
  27. [[ \,, move selection up
  28. [[ ., move selection down
  29. [[ t, trim length
  30. [[ Space, toggle transport
  31. [[ m, mute
  32. [[ s, solo
  33. // Gloabl keybindings
  34. [[ key, function
  35. [[ Alt-p, Switch to pattern editor
  36. [[ Alt-a, Switch to phrase editor
  37. [[ Alt-s, Switch to sequence editor
  38. [[ Space, Toggle transport
  39. [[ Home, Locate transport to frame 0
  40. Other functions are accessible from the menus or the key is otherwise indicated.