mouse_m908 icon indicating copy to clipboard operation
mouse_m908 copied to clipboard

Keycode/Input for Scroll Lock

Open legouju opened this issue 1 year ago • 1 comments

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!

legouju avatar Jan 20 '24 07:01 legouju

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: https://github.com/dokutan/mouse_m908/blob/f35e93ca8a8d961d745f891ef62ae4e665c6d585/include/data.cpp#L97

If ScrLk doesn't work for you, please let me know what mouse you are using.

dokutan avatar Jan 20 '24 12:01 dokutan