mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
docs: add more doc strings
This commit is contained in:
parent
317547c6b2
commit
107e38278e
15 changed files with 40 additions and 16 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use crate::{core::*, model::App};
|
||||
|
||||
/// Key bindings for arranger section.
|
||||
pub const KEYMAP_ARRANGER: &'static [KeyBinding<App>] = keymap!(App {
|
||||
[Char('`'), NONE, "arranger_mode_switch", "switch the display mode", |app: &mut App| {
|
||||
app.arranger_mode = !app.arranger_mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue