Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gruns/google-speedy-keys
- Owner: gruns
- Created: 2024-10-27T10:04:01.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:33:52.000Z (17 days ago)
- Last Synced: 2024-10-27T11:55:01.002Z (17 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.