diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-02 20:29:51 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-02 20:29:51 -0500 |
commit | 0346a1ff1861adb1a13f809c8331c5d57304d8a5 (patch) | |
tree | e3bc02338e8710774c0c45c9d01fe1e1de0666bf /common/locale | |
parent | 9a9449f554f6a7ddc823eedf9fb1343320b14c48 (diff) | |
download | pentadactyl-0346a1ff1861adb1a13f809c8331c5d57304d8a5.tar.gz |
Add a hint mode for selecting scrollable elements.
Update issue 151
This should do what you want.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/hints.xml | 1 | ||||
-rw-r--r-- | common/locale/en-US/options.xml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/common/locale/en-US/hints.xml b/common/locale/en-US/hints.xml index df356602..a893a3fa 100644 --- a/common/locale/en-US/hints.xml +++ b/common/locale/en-US/hints.xml @@ -97,6 +97,7 @@ <li tag=";s"><em>s</em> to save its destination</li> <li tag=";a"><em>a</em> to save its destination (prompting for save location)</li> <li tag=";f"><em>f</em> to focus a frame</li> + <li tag=";f"><em>f</em> to focus a frame or pseudo-frame</li> <li tag=";o"><em>o</em> to open its location in the current tab</li> <li tag=";t"><em>t</em> to open its location in a new tab</li> <li tag=";b"><em>b</em> to open its location in a new background tab</li> diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 824b8a9c..4ec5915d 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -612,6 +612,11 @@ //area[@href] | //xhtml:area[@href] | //img[@src] | //xhtml:img[@src] | //iframe[@src] | //xhtml:iframe[@src]', + [F]:'//div | //xhtml:div | + //span | //xhtml:span | + //p | //xhtml:p | + //body | //xhtml:body | + //html | //xhtml:html' [S]:'//input[not(@type=''hidden'')] | //xhtml:input[not(@type=''hidden'')] | //textarea | //xhtml:textarea | |