Add a missing word in a comment

pull/147/head
Takashi Kokubun 2 years ago
parent e8409fd504
commit 1c508583df
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -323,7 +323,7 @@ impl EventHandler {
}
fn send_key_press(&mut self, key_press: &KeyPress) -> Result<(), Box<dyn Error>> {
// Build extra or missing modifiers. Note only MODIFIER_KEYS are handled
// Build extra or missing modifiers. Note that only MODIFIER_KEYS are handled
// because logical modifiers shouldn't make an impact outside xremap.
let extra_modifiers: Vec<Key> = self
.modifiers

Loading…
Cancel
Save