mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
help: display all keybinds
This commit is contained in:
parent
9bc4e3fb5f
commit
9f30f77aee
4 changed files with 25 additions and 29 deletions
|
|
@ -53,7 +53,7 @@ pub struct Tek {
|
|||
// Modal overlay
|
||||
pub modal: Option<Modal>,
|
||||
// Input keymap
|
||||
pub keys: InputMap<'static, Self, TekCommand, TuiIn, SourceIter<'static>>
|
||||
pub keys: InputMap<'static, Self, TekCommand, TuiIn, TokenIter<'static>>
|
||||
}
|
||||
|
||||
impl Tek {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue