diff --git a/Classes/BuboArray.sc b/Classes/BuboArray.sc index a50fcc2..3663b28 100644 --- a/Classes/BuboArray.sc +++ b/Classes/BuboArray.sc @@ -44,7 +44,7 @@ \mo, \midout, \c, \midichan, \st, \stretch, - \r, \root, + \rt, \root, \scl, \scale, ]); diff --git a/docs/key_shortcuts.md b/docs/key_shortcuts.md index 6019a39..e5f57d4 100644 --- a/docs/key_shortcuts.md +++ b/docs/key_shortcuts.md @@ -29,7 +29,7 @@ The pitch model used by the default [Event](https://doc.sccode.org/Classes/Event | Key Name | Shortcut | Purpose | | ----------- | ----------- | ------------------------- | -| \root | r | Root note | +| \root | rt | Root note | | \midinote | mn | MIDI Note number | | \note | n | Note number (O to `inf`) | | \degree | deg | Degree of the scale |