summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-02-18 15:44:36 +0000
committerGitHub <noreply@github.com>2023-02-18 15:44:36 +0000
commitf587a0c548d966bd4381236ed726f5ba733b67e2 (patch)
tree9409afc92e9f90b93243684a234472737d36b678 /docs
parentc9cee5accabe5e9a52ed89b1f276d0b7798ef937 (diff)
Align sequencer keycodes (#19875)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_sequencer.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/feature_sequencer.md b/docs/feature_sequencer.md
index 76b4db5cf6..87a277400a 100644
--- a/docs/feature_sequencer.md
+++ b/docs/feature_sequencer.md
@@ -40,20 +40,20 @@ While the tempo defines the absolute speed at which the sequencer goes through t
## Keycodes
-|Keycode |Description |
-|------- |----------- |
-|`SQ_ON` |Start the step sequencer |
-|`SQ_OFF` |Stop the step sequencer |
-|`SQ_TOG` |Toggle the step sequencer playback |
-|`SQ_SALL`|Enable all the steps |
-|`SQ_SCLR`|Disable all the steps |
-|`SQ_S(n)`|Toggle the step `n` |
-|`SQ_TMPD`|Decrease the tempo |
-|`SQ_TMPU`|Increase the tempo |
-|`SQ_R(n)`|Set the resolution to n |
-|`SQ_RESD`|Change to the slower resolution |
-|`SQ_RESU`|Change to the faster resolution |
-|`SQ_T(n)`|Set `n` as the only active track or deactivate all |
+|Key |Aliases |Description |
+|-------------------------------|---------|---------------------------------------------------|
+|`QK_SEQUENCER_ON` |`SQ_ON` |Start the step sequencer |
+|`QK_SEQUENCER_OFF` |`SQ_OFF` |Stop the step sequencer |
+|`QK_SEQUENCER_TOGGLE` |`SQ_TOG` |Toggle the step sequencer playback |
+|`QK_SEQUENCER_STEPS_ALL` |`SQ_SALL`|Enable all the steps |
+|`QK_SEQUENCER_STEPS_CLEAR` |`SQ_SCLR`|Disable all the steps |
+|`QK_SEQUENCER_TEMPO_DOWN` |`SQ_TMPD`|Decrease the tempo |
+|`QK_SEQUENCER_TEMPO_UP` |`SQ_TMPU`|Increase the tempo |
+|`QK_SEQUENCER_RESOLUTION_DOWN` |`SQ_RESD`|Change to the slower resolution |
+|`QK_SEQUENCER_RESOLUTION_UP` |`SQ_RESU`|Change to the faster resolution |
+|`SQ_S(n)` | |Toggle the step `n` |
+|`SQ_R(n)` | |Set the resolution to n |
+|`SQ_T(n)` | |Set `n` as the only active track or deactivate all |
## Functions