!fixup Add more Functionality to Unbind
* Used the unbind
This commit is contained in:
parent
79a4f76e93
commit
c7ad6d33ea
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ pub struct KeybindsFromYaml {
|
|||
#[serde(untagged)]
|
||||
enum KeyActionUnbind {
|
||||
KeyAction(KeyActionFromYaml),
|
||||
// TODO: use the enum
|
||||
Unbind(UnbindFromYaml),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue