You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the solution to my first issue (#44), the remap works, but other unmapped keys (except left, right, and wheel) do not function anymore. BTN_SIDE (the unmapped key) usually triggered a back action that e.g. goes to the last web-page. Now it does nothing.
The text was updated successfully, but these errors were encountered:
N4tus
changed the title
Mappings only fire, but not mimic original button presses.
Mapping Mouse Keys works, but disabled original function fo unmaped mouse buttons.
Jan 3, 2022
Also, to fully understand your situation and the problem you want to solve, may I ask you to paste the entire RUST_LOG=debug logs and another version that demonstrates the expected behavior?
Testing the solution to my first issue (#44), the remap works, but other unmapped keys (except left, right, and wheel) do not function anymore.
BTN_SIDE
(the unmapped key) usually triggered a back action that e.g. goes to the last web-page. Now it does nothing.The text was updated successfully, but these errors were encountered: