This commit is contained in:
κeen 2022-01-01 22:35:53 +09:00
parent 705173ed84
commit 1974ba57a1
No known key found for this signature in database
GPG Key ID: F88CE432DCC5FCBC

View File

@ -298,7 +298,7 @@ impl EventHandler {
KeyPress {
key: key_press.key.clone(),
shift: key_press.shift || self.mark_set,
control: key_press.shift,
control: key_press.control,
alt: key_press.alt,
windows: key_press.windows,
}