carousel (multiple) with keyboard support?
Created by: saas786
Hi, I was working on my new project and while testing I realized (sort of felt like moving carousel slides using keyboard arrow keys), and it didn't worked then I digg the source code and found no implementation for keyboard movement of carousel slides.
So I googled and found this
https://github.com/twbs/bootstrap/issues/3731
which confused me, is keyboard support for carousel in progress? or already had been done (and I don't know how to use it)?
Also I was considering have multiple carousels on page, and surely carousel should be able to understand the active / focus and then move the active carousel slides if keyboard arrow keys are used of navigation / movement.
Please let me know ?