Skip to content

Commit

Permalink
[fix] release key event shadowed by press event
Browse files Browse the repository at this point in the history
  • Loading branch information
epetousis authored and Shinyzenith committed Sep 11, 2022
1 parent 24ab283 commit 022466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swhkd/src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
}
send_command!(hotkey.clone(), &socket_file_path);
hotkey_repeat_timer.as_mut().reset(Instant::now() + Duration::from_millis(repeat_cooldown_duration));
break;
continue;
}
}
}
Expand Down

0 comments on commit 022466e

Please sign in to comment.