Show shortcuts in context menu

This commit is contained in:
Jeremy Soller 2024-01-19 11:44:59 -07:00
parent a2e0d527c4
commit 6d519018a0
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 33 additions and 13 deletions

View file

@ -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();