1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 06:04:48 +01:00

Sync the Xulmus documentation.

This commit is contained in:
Doug Kearns
2009-07-13 16:51:04 +10:00
parent bc2324e151
commit 383d03ad97
12 changed files with 81 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ section:Dialogs[dialogs]
|:addo| |:addons| +
||:addo[ns]||
________________________________________________________________________________
Show available browser Extensions and Themes.
Show available Firefox Extensions and Themes.
You can add/remove/disable browser extensions from this dialog.
Be aware that not all Firefox extensions work, because Vimperator overrides
some key bindings and changes Firefox's GUI.

View File

@@ -186,8 +186,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:extdelete[c]||
||[c]:extdisable[c]||
||[c]:extenable[c]||
||[c]:extoptions[c]||
||[c]:extensions[c]|| List all installed extensions +
||[c]:extoptions[c]||
||[c]:exusage[c]|| List all Ex commands with a short description +
||[c]:finish[c]|| Stop sourcing a script file +
||[c]:forward[c]|| Go forward in the browser history +

View File

@@ -138,7 +138,7 @@ subsection:Key{nbsp}sequences[:<>,key-sequence]
For most keys, the key-sequence is the same as the character you see when you
type that key, however there are some exceptions which allow for a much larger
number of keys to be used in mappings.
number of keys to be used in mappings.
* [c]<lt>[c], [c]\<[c], [c]<Space>[c], [c]\ [c] allow a literal [c]<[c] or space character.
* [c]\'[c], [c]\"[c] and [c]\\[c] must be used to avoid escaping issues when mapping a quote or backslash.
@@ -148,7 +148,7 @@ number of keys to be used in mappings.
Most keyboards have some modifiers such as the control, alt or meta keys. In
order to create a mapping that uses these keys the correct prefix must be used
within the angle brackets.
within the angle brackets.
* [c]<C-x>[c]: The control or ctrl key.
* [c]<A-x>[c]: The alt key.
@@ -157,7 +157,7 @@ within the angle brackets.
These prefixes can be combined however you see fit, though you should note that
within angle brackets all alphabetic characters are read as lowercase. In order
to force them to be uppercase, you must specify the S- prefix as well.
to force them to be uppercase, you must specify the S- prefix as well.
Additionally, you should never use the S- prefix with a number of piece of
punctuation, even if you require a shift to type that character; doing so will
give you a mapping that cannot be typed. With non-character keys, tab and
@@ -173,7 +173,7 @@ the situation:
* [c]<C-A-J>[c]: exactly the same as above
* [c]<C-A-S-j>[c]: press J while holding control and alt
subsection:Special{nbsp}Characters[map-special-chars]
subsection:Special{nbsp}characters[:map-special-chars]
|<Nop>| +
||<Nop>||

View File

@@ -96,7 +96,7 @@ section:Restarting[restarting]
|:res| |:restart| +
||:res[tart]||
________________________________________________________________________________
Force the browser to restart. Useful when installing extensions.
Force Firefox to restart. Useful when installing extensions.
________________________________________________________________________________
// vim: set filetype=asciidoc: