This commit is contained in:
Darren Burns
2022-10-07 12:37:43 +01:00
parent 79c5abca4a
commit c7e8fe3502

View File

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