Closed zenmaster3000 closed 5 months ago
I fixed it by commenting out the line 371 from the k884x.rs file.
...
} else if let Ok(a) = MouseAction::from_str(key) {
//m_c = 0x01; /////////This line //////////
match a {
MouseAction::WheelUp => mouse_action = 0x01,
MouseAction::WheelDown => mouse_action = 0xff,
_ => (),
}
msg[4] = 0x03;
}
...
sorry about that!
thank you for reporting this bug to me. yes, you are correct, currently wheelup and wheeldown are being programmed as ctrl+wheelup and ctrl+wheeldown which essentially zooms in/out in a browser. thanks for suggesting the fix as well.
committed and pushed fix
I have the following configuration.
When using the "wheeldown" I get the following out put when testing with
xev
: