Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)