Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping Mouse Keys works, but disabled original function fo unmaped mouse buttons. #57

Closed
N4tus opened this issue Jan 3, 2022 · 3 comments · Fixed by #58
Closed

Mapping Mouse Keys works, but disabled original function fo unmaped mouse buttons. #57

N4tus opened this issue Jan 3, 2022 · 3 comments · Fixed by #58

Comments

@N4tus
Copy link
Contributor

N4tus commented Jan 3, 2022

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.

@N4tus 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
@k0kubun
Copy link
Contributor

k0kubun commented Jan 3, 2022

As to BTN_SIDE, could you test this branch #58?

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?

@N4tus
Copy link
Contributor Author

N4tus commented Jan 3, 2022

I can confirm that with branch #58 it works exactly as i imagined.

@k0kubun
Copy link
Contributor

k0kubun commented Jan 3, 2022

Oh, okay. Thank you for your confirmation. I'll just release it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants