Skip to content

Commit

Permalink
close xremap#340
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiuf committed Sep 11, 2023
1 parent a22b484 commit 85cad22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ impl EventHandler {

// Resurrect the original modifiers
self.send_keys(&extra_modifiers, PRESS);
self.send_action(Action::Delay(self.keypress_delay));
self.send_keys(&missing_modifiers, RELEASE);
}

Expand Down

0 comments on commit 85cad22

Please sign in to comment.