ArrowTab
ArrowTab allows you to navigate a webpage using the arrow keys, automatically selecting the nearest focusable element. This enables fast and efficient keyboard-only navigation across the page.
ArrowTab is particularly useful for business applications, where power users need to prioritize high productivity.
Instead of hitting Tab
a thousand times, you can simply use the arrow keys to indicate the direction and jump to the next input, button, or link you want to select.
Setup
pnpm:
pnpm install arrowtab
yarn:
yarn add arrowtab
npm:
npm install arrowtab
Usage
import { initArrowTab } from 'arrowtab'
initArrowTab()