This commit is contained in:
Darren Burns
2022-10-07 12:38:23 +01:00
parent c7e8fe3502
commit cbfa1e7a69

View File

@@ -124,7 +124,7 @@ Note how the footer displays bindings and makes them clickable.
!!! tip
Multiple keys can be bound to a single action comma-separating them.
Multiple keys can be bound to a single action by comma-separating them.
For example, `("r,t", "add_bar('red')", "Add Red")` means both ++r++ and ++t++ are bound to `add_bar('red')`.
### Binding class