mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update readme
This commit is contained in:
@@ -141,10 +141,11 @@ impl Laptop for LaptopGX502GW {
|
||||
}
|
||||
_ => {
|
||||
if key_byte != 0 {
|
||||
info!("Unmapped key: {:X?}", &key_byte);
|
||||
info!("Unmapped key: {:?}, {:X?}", &key_byte, &key_byte);
|
||||
}
|
||||
}
|
||||
}
|
||||
info!("Pressed: {:?}, {:X?}", &key_byte, &key_byte);
|
||||
Ok(())
|
||||
}
|
||||
fn hotkey_group_bytes(&self) -> &[u8] {
|
||||
|
||||
Reference in New Issue
Block a user