2 repository-uri
Extensions that map text-editor-style commands to browser interactions.
Distinguishing note: Focuses on the extension-based implementation of keyboard interfaces.
Explore 2 awesome GitHub repositories matching web development · Browser Keyboard Extensions. Refine with filters or upvote what's useful.
Vimium is a browser extension that provides a keyboard-driven interface for web navigation. By mapping standard text editor commands to browser interactions, it enables users to navigate web pages and interface elements without relying on a mouse or trackpad. The project functions as a customizable input mapper that intercepts low-level keyboard events at the document root. This allows users to override default browser shortcuts and define personalized command sequences to tailor their browsing workflow. The extension maintains consistent control across all browser environments, including res
Maps standard text editor navigation commands to web page interactions for mouse-free browsing.
Vimium-C is a keyboard-driven browser extension that provides a vim-like navigation tool for web browsers. It functions as a customizable key mapper and accessibility tool, allowing users to interact with web content and manage browser tabs and windows without a mouse. The project distinguishes itself through advanced key mapping capabilities, including the ability to define contextual shortcuts based on the website host and remap keyboard layouts. It implements mode-specific mappings to prevent command conflicts and allows for specific keyboard mappings to function within text input boxes.
Implements a browser extension that maps text-editor-style keyboard commands to browser navigation and tab management.