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

reword the browsing help introduction

This commit is contained in:
Doug Kearns
2008-09-09 06:40:23 +00:00
parent c9d3e07263
commit 161278a172

View File

@@ -3,28 +3,28 @@ HEADER
|surfing| |browsing| + |surfing| |browsing| +
Vimperator overrides nearly all Firefox keys in order to make browsing more 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 pleasant for Vim users. On the rare occasions when you want to pass a keystroke
keystroke to the web page or to Firefox to retain its original meaning you to Firefox, or to the web page, and have it retain its original meaning you
have 2 possibilities: have 2 possibilities:
|pass-through| |<C-z>| |CTRL-Z| + |pass-through| |<C-z>| |CTRL-Z| +
||CTRL-Z|| ||CTRL-Z||
________________________________________________________________________________ ________________________________________________________________________________
Disable all Vimperator keys except <Esc> and pass them to the next event handler. Disable all Vimperator keys except [m]<Esc>[m] and pass them to the next event
This is especially useful, if JavaScript controlled forms like the RichEdit handler. This is especially useful, if JavaScript controlled forms like the
form fields of Gmail don't work anymore. To exit this mode, press <Esc>. If RichEdit form fields of Gmail don't work anymore. To exit this mode, press
you also need to pass <Esc> in this mode to the web page, prepend it with [m]<Esc>[m]. If you also need to pass [m]<Esc>[m] in this mode to the web page,
help:CTRL-V[browsing.html,CTRL-V]. prepend it with help:CTRL-V[browsing.html,CTRL-V].
________________________________________________________________________________ ________________________________________________________________________________
|send-key| |<C-v>| |CTRL-V| + |send-key| |<C-v>| |CTRL-V| +
||CTRL-V|| ||CTRL-V||
________________________________________________________________________________ ________________________________________________________________________________
If you only need to pass a single key to a JavaScript form field or another If you only need to pass a single key to a JavaScript form field or another
extension prefix the key with <C-v>. extension prefix the key with [m]<C-v>[m]. Also works to unshadow Firefox
Also works to unshadow Firefox shortcuts like <C-o> which are otherwise hidden shortcuts like [m]<C-o>[m] which are otherwise hidden in Vimperator. When
in Vimperator. When Vimperator mode is temporarily disabled with <C-z>, <C-v> Vimperator mode is temporarily disabled with [m]<C-z>[m], [m]<C-v>[m] will pass
will pass the next key to Vimperator instead of the web page. the next key to Vimperator instead of the web page.
________________________________________________________________________________ ________________________________________________________________________________
section:Opening{nbsp}web{nbsp}pages[opening] section:Opening{nbsp}web{nbsp}pages[opening]