blob: 5b117fd400b8e272efb785c27a71953236a55f62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Peniquitous
===========
A Google Chrome browser extension that provides Ctrl-P & Ctrl-N support for
search field drop-down lists.
When search fields offer a list of suggestions, they often support using the up
& down keys to choose a suggestion. This extension works by simulating the up &
down arrow keys when you press Ctrl-P & Ctrl-N.
Using these new key combinations, you can save a couple seconds moving your
hand to the arrow keys or take advantage of the muscle memory instilled from
GNU Readline, Emacs, and other console applications.
## Demo

## Installing
Download the .crx file from the [releases][0] page. Drag and drop the file into
the Chrome Extensions page.
## License
Copyright © 2015 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
[0]: https://github.com/teddywing/Peniquitous/releases
|