Flush pending keys with an override remap correctly

Close #154
pull/196/head
Takashi Kokubun 2 years ago
parent bfb8604add
commit f3f9e53f5a
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -265,7 +265,7 @@ impl EventHandler {
}
}
}
} else {
// An override remap is set but not used. Flush the pending key.
self.timeout_override()?;
}
if let Some(entries) = config.keymap_table.get(key) {

Loading…
Cancel
Save