mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 03:15:45 +01:00
Add a hint mode for selecting scrollable elements.
Update issue 151 This should do what you want.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user