mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-08 03:35:46 +01:00
reword the browsing help introduction
This commit is contained in:
@@ -3,28 +3,28 @@ HEADER
|
||||
|surfing| |browsing| +
|
||||
|
||||
Vimperator overrides nearly all Firefox keys in order to make browsing more
|
||||
pleasant for Vim users. In the rare occurrences where you want to pass a
|
||||
keystroke to the web page or to Firefox to retain its original meaning you
|
||||
pleasant for Vim users. On the rare occasions when you want to pass a keystroke
|
||||
to Firefox, or to the web page, and have it retain its original meaning you
|
||||
have 2 possibilities:
|
||||
|
||||
|pass-through| |<C-z>| |CTRL-Z| +
|
||||
||CTRL-Z||
|
||||
________________________________________________________________________________
|
||||
Disable all Vimperator keys except <Esc> and pass them to the next event handler.
|
||||
This is especially useful, if JavaScript controlled forms like the RichEdit
|
||||
form fields of Gmail don't work anymore. To exit this mode, press <Esc>. If
|
||||
you also need to pass <Esc> in this mode to the web page, prepend it with
|
||||
help:CTRL-V[browsing.html,CTRL-V].
|
||||
Disable all Vimperator keys except [m]<Esc>[m] and pass them to the next event
|
||||
handler. This is especially useful, if JavaScript controlled forms like the
|
||||
RichEdit form fields of Gmail don't work anymore. To exit this mode, press
|
||||
[m]<Esc>[m]. If you also need to pass [m]<Esc>[m] in this mode to the web page,
|
||||
prepend it with help:CTRL-V[browsing.html,CTRL-V].
|
||||
________________________________________________________________________________
|
||||
|
||||
|send-key| |<C-v>| |CTRL-V| +
|
||||
||CTRL-V||
|
||||
________________________________________________________________________________
|
||||
If you only need to pass a single key to a JavaScript form field or another
|
||||
extension prefix the key with <C-v>.
|
||||
Also works to unshadow Firefox shortcuts like <C-o> which are otherwise hidden
|
||||
in Vimperator. When Vimperator mode is temporarily disabled with <C-z>, <C-v>
|
||||
will pass the next key to Vimperator instead of the web page.
|
||||
extension prefix the key with [m]<C-v>[m]. Also works to unshadow Firefox
|
||||
shortcuts like [m]<C-o>[m] which are otherwise hidden in Vimperator. When
|
||||
Vimperator mode is temporarily disabled with [m]<C-z>[m], [m]<C-v>[m] will pass
|
||||
the next key to Vimperator instead of the web page.
|
||||
________________________________________________________________________________
|
||||
|
||||
section:Opening{nbsp}web{nbsp}pages[opening]
|
||||
|
||||
Reference in New Issue
Block a user