Show shortcuts in context menu
This commit is contained in:
parent
a2e0d527c4
commit
6d519018a0
4 changed files with 33 additions and 13 deletions
|
|
@ -37,6 +37,7 @@ impl fmt::Display for KeyBind {
|
|||
}
|
||||
}
|
||||
|
||||
//TODO: load from config
|
||||
pub fn key_binds() -> HashMap<KeyBind, Action> {
|
||||
let mut key_binds = HashMap::new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue