https://github.com/halidodat/keyboardify-extension
A chrome and firefox extension for eliminating the need for a mouse while browsing
https://github.com/halidodat/keyboardify-extension
Last synced: about 1 year ago
JSON representation
A chrome and firefox extension for eliminating the need for a mouse while browsing
- Host: GitHub
- URL: https://github.com/halidodat/keyboardify-extension
- Owner: HalidOdat
- License: mit
- Created: 2023-03-09T20:51:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T14:13:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T12:45:26.188Z (over 1 year ago)
- Language: JavaScript
- Size: 5.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyboardify
| name | Surname | index |
|-------|---------|--------|
| Haled | Odat | 201516 |
This is a browser extension that works with both Firefox and Google Chrome browsers, for eliminating the need for the mouse while browsing.
It offers two modes: "normal" mode for intuitive keyboard shortcuts and "link" mode activated by pressing 'a' (can be scaped using the `Escape` or `E` key).
In "normal" mode, easily navigate through pages, scroll smoothly, and access browsing history with simple keybindings (see keybindings section).
In "link" mode, all links on the screen are marked, allowing quick access through letter combinations (taken from the home-row of a QWERTY keyboard).
## Demo

## Keybindings
| Key | Action |
|--------------|-------------------------------------------------------|
| `A` | Mark all links on the screen, and enters `link` mode. |
| `E` or `ESC` | Escape `link` mode (clears all links). |
| `H` | Move backwards in the browser history. |
| `;` | Move forwards in the browser history. |
| `K` | Smooth scroll up. |
| `L` | Smooth scroll down. |