We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7df7519 + 6e5e068 commit d65daacCopy full SHA for d65daac
src/action.rs
@@ -88,6 +88,7 @@ impl Action {
88
match self {
89
Action::KeyCode(kc) => core::slice::from_ref(kc).iter().cloned(),
90
Action::MultipleKeyCodes(kcs) => kcs.iter().cloned(),
91
+ // Action::Sequence { delay, actions } => actions.iter().cloned(), // TODO (maybe unnecessary)
92
_ => [].iter().cloned(),
93
}
94
0 commit comments