Flush pending keys with an override remap correctly

Close #154
This commit is contained in:
Takashi Kokubun 2022-10-19 22:09:34 -07:00
parent bfb8604add
commit f3f9e53f5a
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -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) {