Carousel - is it possible to turn off keyboard navigation?
Created by: ghost
I am finding that I cannot turn off keyboard navigation within the carousel. The carousel panes are sliding/changing when I use the arrow keys and I can't find a way to turn this behavior off.
I can hook into .on('keydown.bs.carousel' event, but unfortunately, this fires after the carousel has executed both 'slide; and 'slid' events.
Is there another event I can hook into to determine how the carousel is being advanced?