[Bug fix] fix auto repeat bug

main
Shinyzenith 2 years ago
parent 0af29511f5
commit bd1227a245
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -136,6 +136,9 @@ pub fn main() {
state_keysyms.push(key);
}
}
if state_modifiers.is_empty() {
break;
}
log::debug!("state_modifiers: {:#?}", state_modifiers);
log::debug!("state_keysyms: {:#?}", state_keysyms);
log::debug!("hotkey: {:#?}", possible_hotkeys);

Loading…
Cancel
Save