Scroll Mode
Scroll mode enables users to cycle through different scrollable regions within the viewport using keyboard shortcuts.
How to Use Scroll Mode
First, initialize OpenKeyNav on the page.
const openKeyNav = new OpenKeyNav();
openKeyNav.init();
To activate scroll mode, press the s
key. This will focus on the next scrollable region within the viewport. You can use shift
+ s
to focus on the previous scrollable region.
Using scroll mode, users can efficiently navigate through different scrollable regions on your website, enhancing their browsing experience.