[source/keys:feat] aur.archlinux.org

This commit is contained in:
Maddison Hellstrom 2020-05-05 17:08:15 -07:00
parent 7e39737a8a
commit 1f2df032b8
3 changed files with 12 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Maddy's SurfingKeys Configuration
This is my configuration for the [SurfingKeys](https://github.com/brookhong/Surfingkeys) browser extension. This is my configuration for the [SurfingKeys](https://github.com/brookhong/Surfingkeys) browser extension.
Its primary features include Its primary features include
- 241 [Site-Specific Key Mappings](#site-specific-key-mappings) which **automate common actions** on many popular websites - 258 [Site-Specific Key Mappings](#site-specific-key-mappings) which **automate common actions** on many popular websites
- 55 [Search Suggestion Engines](#search-suggestion-engines) providing **interactive search suggestions** from dozens of knowledge sources - 55 [Search Suggestion Engines](#search-suggestion-engines) providing **interactive search suggestions** from dozens of knowledge sources
Table of Contents Table of Contents
@ -30,7 +30,7 @@ Features
### Site-Specific Key Mappings ### Site-Specific Key Mappings
241 key mappings for 20 unique 258 key mappings for 21 unique
sites have been included which can help you perform some common actions: sites have been included which can help you perform some common actions:
<table> <table>
@ -71,6 +71,8 @@ sites have been included which can help you perform some common actions:
<tr><td><code>&lt;Space&gt;A</code></td><td>Open Account page</td></tr> <tr><td><code>&lt;Space&gt;A</code></td><td>Open Account page</td></tr>
<tr><td><code>&lt;Space&gt;C</code></td><td>Open Cart page</td></tr> <tr><td><code>&lt;Space&gt;C</code></td><td>Open Cart page</td></tr>
<tr><td><code>&lt;Space&gt;O</code></td><td>Open Orders page</td></tr> <tr><td><code>&lt;Space&gt;O</code></td><td>Open Orders page</td></tr>
<tr><th colspan="2"><a href="//aur.archlinux.org"><img src="./assets/favicons/aur.archlinux.org.ico" width="16px"> aur.archlinux.org</a></th></tr><tr><td><strong>Mapping</strong></td><td><strong>Description</strong></td></tr>
<tr><td><code>&lt;Space&gt;a</code></td><td>View package</td></tr>
<tr><th colspan="2"><a href="//behance.net"><img src="./assets/favicons/behance.net.ico" width="16px"> behance.net</a></th></tr><tr><td><strong>Mapping</strong></td><td><strong>Description</strong></td></tr> <tr><th colspan="2"><a href="//behance.net"><img src="./assets/favicons/behance.net.ico" width="16px"> behance.net</a></th></tr><tr><td><strong>Mapping</strong></td><td><strong>Description</strong></td></tr>
<tr><td><code>&lt;Space&gt;s</code></td><td>Appreciate project</td></tr> <tr><td><code>&lt;Space&gt;s</code></td><td>Appreciate project</td></tr>
<tr><td><code>&lt;Space&gt;b</code></td><td>Add project to collection</td></tr> <tr><td><code>&lt;Space&gt;b</code></td><td>Add project to collection</td></tr>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 70 B

View File

@ -739,6 +739,14 @@ const maps = {
callback: actions.createHint("a.question-hyperlink"), callback: actions.createHint("a.question-hyperlink"),
}, },
], ],
"aur.archlinux.org": [
{
alias: "a",
description: "View package",
callback: actions.createHint("a[href^='/packages/'][href$='/']"),
},
],
} }
// Aliases // Aliases