1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:57:58 +01:00

move help for GUI related commands to gui.txt

This commit is contained in:
Doug Kearns
2008-08-27 02:49:53 +00:00
parent 96eae9b16e
commit c61bfe60ce
4 changed files with 80 additions and 70 deletions

View File

@@ -99,8 +99,8 @@ liberator.config = { //{{{
helpFiles: ["intro.html", "tutorial.html", "starting.html",
"browsing.html", "buffer.html", "pattern.html", "options.html",
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
"repeat.html", "autocommands.html", "print.html", "developer.html",
"various.html"
"repeat.html", "autocommands.html", "print.html", "gui.html",
"developer.html", "various.html"
],
init: function ()

61
locale/en-US/gui.txt Normal file
View File

@@ -0,0 +1,61 @@
HEADER
|gui| +
Although Vimperator offers the most frequently used Firefox functionality via
Ex and normal-mode commands there may be times when directly accessing the GUI
is required. There are commands for accessing the menu system, standard dialogs
and the sidebar.
|:emenu| +
||:emenu {menu}||
________________________________________________________________________________
Execute {menu} from the command line. This command provides command line access
to all menu items available from the main Firefox menubar. {menu} is a
hierachical path to the menu item with each submenu separated by a period. E.g.
:emenu File.Open File...
________________________________________________________________________________
|:addo| |:addons| +
||:addo[ns]||
________________________________________________________________________________
Show available Browser 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.
________________________________________________________________________________
|:dia| |:dialog|
||:dia[log] [firefox-dialog]|| +
________________________________________________________________________________
Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c]
[m]<Tab>[m]
________________________________________________________________________________
|:dl| |:downl| |:downloads| +
||:downl[oads]||
________________________________________________________________________________
Show progress of current downloads. Open the original Firefox download dialog
in a new tab. Here, downloads can be paused, canceled and resumed.
________________________________________________________________________________
|:sbcl| |:sbclose| +
||:sbcl[ose]||
________________________________________________________________________________
Close the sidebar window.
________________________________________________________________________________
|:sbope| |:sbopen| |:sb| |:sbar| |:sideb| |:sidebar| +
||:sidebar {name}||
________________________________________________________________________________
Open the sidebar window. {name} is any of the menu items listed under the
standard Firefox View->Sidebar menu. Add-ons, Preferences and Downloads are
also available in the sidebar.
________________________________________________________________________________
// vim: set syntax=asciidoc:

View File

@@ -66,6 +66,7 @@ section:Help{nbsp}topics[overview]
- help:Autocommands[autocommands.html]: Automatically executing code on certain
events.
- help:Print[print.html]: Printing pages.
- help:GUI[gui.html]: Accessing Firefox menus, dialogs and the sidebar.
- help:Developer{nbsp}information[developer.html]: How to write docs or
plugins.
- help:Various[various.html]: Other help which didn't fit into any other

View File

@@ -11,13 +11,11 @@ ____
|:norm| |:normal|
||:norm[al][!] {commands}|| +
________________________________________________________________________________
Execute Normal mode commands {commands}. This makes
it possible to execute Normal mode commands typed on
the command-line. {commands} is executed like it is
typed. If the [!] is given, mappings will not be used.
{commands} should be a complete command.
{commands} cannot start with a space. Put a 1 (one)
before it, 1 space is one space.
Execute Normal mode commands {commands}. This makes it possible to execute
Normal mode commands typed on the command-line. {commands} is executed like it
is typed. If the [!] is given, mappings will not be used. {commands} should be
a complete command. {commands} cannot start with a space. Put a 1 (one) before
it, 1 space is one space.
________________________________________________________________________________
@@ -52,19 +50,20 @@ If you need help for a specific topic, try [c]:help overview[c].
____________________________________________________________________________
|:exu| |:exusage|
|:exu| |:exusage| +
||:exu[sage]||
________________________________________________________________________________
Show help on Ex commands. Added to simulate the Nvi command.
________________________________________________________________________________
|:viu| |:viusage|
|:viu| |:viusage| +
||:viu[sage]||
________________________________________________________________________________
Show help on Normal mode commands. Added to simulate the Nvi command.
________________________________________________________________________________
|42| +
What is the meaning of life, the universe and everything?
@@ -72,6 +71,7 @@ Douglas Adams, the only person who knew what this question really was about is
now dead, unfortunately. So now you might wonder what the meaning of death
is...
section:Uncategorized{nbsp}help[uncategorized]
|<C-[>| |<Esc>| +
@@ -83,10 +83,10 @@ our key presses.
________________________________________________________________________________
|:|
|:| +
||:||
________________________________________________________________________________
Start command line mode. In command line mode, you can perform extended
Start Command-line mode. In Command-line mode, you can perform extended
commands, which may require arguments.
________________________________________________________________________________
@@ -100,69 +100,17 @@ cursor and can move around. If you want to select text in this mode, press
________________________________________________________________________________
|:addo| |:addons| +
||:addo[ns]||
________________________________________________________________________________
Show available Browser 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.
________________________________________________________________________________
|:beep|
|:beep| +
||:beep||
________________________________________________________________________________
Play a system beep.
________________________________________________________________________________
|:emenu| +
||:emenu {menu}||
________________________________________________________________________________
Execute {menu} from the command line. This command provides command line
access to all menu items available from the main Firefox menubar. {menu} is a
hierachical path to the menu item with each submenu separated by a period.
E.g. :emenu File.Open File...
________________________________________________________________________________
|:dia| |:dialog|
||:dia[log] [firefox-dialog]|| +
________________________________________________________________________________
Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c]
[m]<Tab>[m]
________________________________________________________________________________
|:dl| |:downl| |:downloads| +
||:downl[oads]||
________________________________________________________________________________
Show progress of current downloads. Open the original Firefox download dialog
in a new tab. Here, downloads can be paused, canceled and resumed.
________________________________________________________________________________
//|:pc| |:pclose|
//|:pc| |:pclose| +
//||:pc[lose]||
//________________________________________________________________________________
//Close preview window on bottom of screen.
//________________________________________________________________________________
|:sbcl| |:sbclose|
||:sbcl[ose]||
________________________________________________________________________________
Close the sidebar window.
________________________________________________________________________________
|:sbope| |:sbopen| |:sb| |:sbar| |:sideb| |:sidebar| +
||:sidebar {name}||
________________________________________________________________________________
Open the sidebar window. {name} is any of the menu items listed under the
standard Firefox View->Sidebar menu. Add-ons, Preferences and Downloads are
also available in the sidebar.
________________________________________________________________________________
// vim: set syntax=asciidoc: