feat: Support new keyboard mode

This commit is contained in:
Asura
2022-07-13 02:14:32 -07:00
parent 7b3b900764
commit 7fe2609ffb
5 changed files with 0 additions and 16 deletions

View File

@@ -284,8 +284,6 @@ impl Enigo {
}
fn send_rdev(&mut self, key: &Key, is_press: bool) -> bool {
log::info!("{:?} {:?}", key, is_press);
if let Key::Raw(keycode) = key {
let event_type = match is_press {
// todo: Acccodding to client type