mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
reorder phrases in phrase list
This commit is contained in:
parent
ea88622081
commit
7a6bdf2764
2 changed files with 14 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ impl Handle<Tui> for PhrasePool<Tui> {
|
|||
key!(KeyCode::Char('d')) => { self.insert_dup() },
|
||||
key!(KeyCode::Char('c')) => { self.randomize_color() },
|
||||
key!(KeyCode::Char('n')) => { self.begin_rename() },
|
||||
key!(KeyCode::Char(',')) => { self.move_up() },
|
||||
key!(KeyCode::Char('.')) => { self.move_down() },
|
||||
_ => return Ok(None),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue