Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusakasa/saka-key
A keyboard interface to the web
https://github.com/lusakasa/saka-key
chrome chrome-extension firefox firefox-addon javascript keyboard keyboard-interface saka saka-key web-extension
Last synced: 10 days ago
JSON representation
A keyboard interface to the web
- Host: GitHub
- URL: https://github.com/lusakasa/saka-key
- Owner: lusakasa
- License: mit
- Archived: true
- Created: 2017-02-17T06:04:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T02:16:06.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:35:15.981Z (3 months ago)
- Topics: chrome, chrome-extension, firefox, firefox-addon, javascript, keyboard, keyboard-interface, saka, saka-key, web-extension
- Language: JavaScript
- Homepage: https://key.saka.io
- Size: 5.52 MB
- Stars: 856
- Watchers: 16
- Forks: 69
- Open Issues: 229
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - saka-key - A keyboard interface to the web (JavaScript)
README
# WARNING: THIS PROJECT IS UNMAINTAINED.
Expect no further fixes or features. Anyone is free to fork, modify, and publish the extension, but please do not reuse the name "Saka Key" without permission. There are many maintained alternatives listed at the bottom.
Why: The original developer does not and will not have the time and motivation to continue.
# Saka Key
Saka Key is a Chrome and Firefox extension for keyboard-only web browsing. It's configurable, easy to use, and engineered thoughtfully. Install it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/saka-key/hhhpdkekipnbloiiiiaokibebpdpakdp) or the [Firefox Marketplace](https://addons.mozilla.org/en-US/firefox/addon/saka-key/). Also read the [Saka Key Handbook](https://key.saka.io) and try the accompanying tab search extension [Saka](https://github.com/lusakasa/saka).
![Saka Key Preview](./docs/docs/assets/saka-key-preview.gif)
### Install
Follow the [Development Setup Guide](https://key.saka.io/docs/developers/setup.html) for detailed instructions. Otherwise:
```sh
git clone https://github.com/lusakasa/saka-key.git
cd saka-key
npm install
# Option 1. Chrome development build
npm run start:chrome
# Option 2. Chrome production build
npm run build:chrome
# Option 3. Firefox development build
npm run start:firefox
# Option 4. Firefox production build
npm run build:firefox
```## Credits
MIT Licensed, Copyright (c) 2018 Sufyan Dawoodjee, Neil Macintyre, Brandon Kalinowski
Saka Key is inspired by and derives from
- [Vimium](https://github.com/philc/vimium)
- [Vimari](https://github.com/guyht/vimari)
- [cVim](https://github.com/1995eaton/chromium-vim)
- [Surfingkeys](https://github.com/brookhong/Surfingkeys)
- [VimFX](https://github.com/akhodakivskiy/VimFx)