I’ve got my keyboard.io since last week, I was looking for buttons to scroll the page up or down. But I couldn’t find them. Are they there? Or are they just hard to program?
They’re in the MouseKeys plugin. Make sure the plugin is include in your sketch (which I believe it should be by default), then you can use Key_mouseScrollUp
, Key_mouseScrollDn
in your keymap (there’s also mouseScroll
/R
for horizontal scrolling, btw).
1 Like
That’s awesome, thanks!!!
1 Like