add type-to-select option for keyboard navigation
This commit is contained in:
parent
d9b6404f1b
commit
5e92d081c6
5 changed files with 71 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ impl Favorite {
|
|||
pub enum TypeToSearch {
|
||||
Recursive,
|
||||
EnterPath,
|
||||
SelectByPrefix,
|
||||
}
|
||||
|
||||
#[derive(Clone, CosmicConfigEntry, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue