1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 14:03:31 +02:00

Some help list updates. Among other things, got rid of explicit numbering.

This commit is contained in:
Ted Pavlic
2009-01-02 14:32:15 -05:00
parent d5a28b5b37
commit 211613d2c2
4 changed files with 62 additions and 90 deletions

View File

@@ -37,55 +37,24 @@ you can yank link locations, open them in a new window or save images. If
you want to yank the location of hint [a]24[a], press [m];y[m] to start
this hint mode. Then press [a]24[a] to copy the hint location.
{mode} can be either one of: +
{mode} can be one of: +
|;;|
* [m];[m] to focus a link and hover it with the mouse
|;?|
* [m]?[m] to show information about the element (incomplete)
|;a|
* [m]a[m] to save its destination (prompting for save location)
|;f|
* [m]f[m] to focus a frame
|;s|
* [m]s[m] to save its destination
|;o|
* [m]o[m] to open its location in the current tab
|;t|
* [m]t[m] to open its location in a new tab
|;b|
* [m]b[m] to open its location in a new background tab
|;O|
* [m]O[m] to open its location in an [c]:open[c] query
|;T|
* [m]T[m] to open its location in a [c]:tabopen[c] query
|;v|
* [m]v[m] to view its destination source
|;V|
* [m]V[m] to view its destination source in the external editor
|;w|
* [m]w[m] to open its destination in a new window
|;W|
* [m]W[m] to open its location in a [c]:winopen[c] query
|;y|
* [m]y[m] to yank its destination location
|;Y|
* [m]Y[m] to yank its text description
* |;;| [m];[m] to focus a link and hover it with the mouse
* |;?| [m]?[m] to show information about the element (incomplete)
* |;a| [m]a[m] to save its destination (prompting for save location)
* |;f| [m]f[m] to focus a frame
* |;s| [m]s[m] to save its destination
* |;o| [m]o[m] to open its location in the current tab
* |;t| [m]t[m] to open its location in a new tab
* |;b| [m]b[m] to open its location in a new background tab
* |;O| [m]O[m] to open its location in an [c]:open[c] query
* |;T| [m]T[m] to open its location in a [c]:tabopen[c] query
* |;v| [m]v[m] to view its destination source
* |;V| [m]V[m] to view its destination source in the external editor
* |;w| [m]w[m] to open its destination in a new window
* |;W| [m]W[m] to open its location in a [c]:winopen[c] query
* |;y| [m]y[m] to yank its destination location
* |;Y| [m]Y[m] to yank its text description
Hintable elements for all extended hint modes can be set in the
'extendedhinttags' XPath string.