mki-rust icon indicating copy to clipboard operation
mki-rust copied to clipboard

[requests]Add keyboard and mouse combo hotkeys simultaneously pressed

Open okrightall opened this issue 1 year ago • 0 comments

Add keyboard and mouse combo hotkeys simultaneously pressed.Just like this:

mki::register_hotkey(&[Keyboard::LeftAlt, Button::Left], || {            
     println!("Alt+LeftButton Pressed")
});

okrightall avatar Feb 15 '24 03:02 okrightall