mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
fix typo
This commit is contained in:
parent
705173ed84
commit
1974ba57a1
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user