mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
horizontal time cursor
This commit is contained in:
parent
3177e4ab58
commit
d9b3bd150e
8 changed files with 341 additions and 249 deletions
|
|
@ -128,8 +128,7 @@ pub fn handle_keymap <T> (
|
|||
AppEvent::Input(Event::Key(event)) => {
|
||||
for (code, modifiers, _, _, command) in keymap.iter() {
|
||||
if *code == event.code && modifiers.bits() == event.modifiers.bits() {
|
||||
command(state);
|
||||
return Ok(true)
|
||||
return command(state)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue