8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just was wondering what would be the Input for binding Scroll Lock
Tried the following but it didn't bind: button_fire=ScrollLock button_fire=scrolllock
However doing button_fire=End binds End correctly.
Thanks!
The text was updated successfully, but these errors were encountered:
ScrLk should work, you can find a list off all supported keyboard keys at https://github.com/dokutan/mouse_m908/blob/master/keymap.md#keys or in the code:
ScrLk
mouse_m908/include/data.cpp
Line 97 in f35e93c
If ScrLk doesn't work for you, please let me know what mouse you are using.
Sorry, something went wrong.
No branches or pull requests
Just was wondering what would be the Input for binding Scroll Lock
Tried the following but it didn't bind:
button_fire=ScrollLock
button_fire=scrolllock
However doing button_fire=End binds End correctly.
Thanks!
The text was updated successfully, but these errors were encountered: