• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Keyboard Navigation in ASP.NET MVC Carousel Control

This sample demonstrates the keyboard navigation functionalities of the ASP.NET MVC Carousel component.

DEMO
SOURCE

The ASP.NET MVC Carousel component can be interacted with keyboard navigation. Below key combinations can be used in Carousel to initiate various actions.

  • Alt + J keys to focus the carousel component (done at application end).
  • Arrows keys to navigate between slides.
  • Home to navigate to the first slide.
  • End to navigate to the last slide.
  • Space to play/pause the slide transitions.
  • Enter to perform the respective action on its focus.

More information about accessbilities of ASP.NET MVC Carousel component can be found in this documentation section.