Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gruns/google-speedy-keys

Keyboard shortcuts to navigate Google search results
https://github.com/gruns/google-speedy-keys

Last synced: 5 days ago
JSON representation

Keyboard shortcuts to navigate Google search results

Awesome Lists containing this project

README

        

## Google SpeedyKeys

SpeedyKeys is a Chrome extension that adds convenient keyboard shortcuts
to navigate Google search pages. VIM-style navigation is supported with
`j` for next and `k` for previous. The arrow keys are also supported.

Keyboard shortcuts:

- `j` and `` - Select next search result.
- `k` and `` - Select previous search result.
- `` - Navigate to the selected search result.
- `a` - Load the `All` results tab.
- `n` - Load the `News` results tab.
- `i` - Load the `Images` results tab.
- `v` - Load the `Videos` results tab.
- `s` - Load the `Shopping` results tab.
- `f` - Load the `Forums` results tab.
- `w` - Load the `Web` results tab.
- `m` - Load the `Maps` results tab.
- `b` - Load the `Books` results tab.
- `l` - Load the `Flights` results tab.

### Install

This extension will be published to the Chrome Extension store soon.

Until then, to install, download the contents of this repository to a
new directory, like with:

```
git clone https://github.com/gruns/google-speedy-keys
```

Then head to [chrome://extensions/](chrome://extensions/) and load this
extension, unpacked, by clicking `Load unpacked` in the upper left and
selecting the directory with this repository's contents.