mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:12:27 +01:00
move help for GUI related commands to gui.txt
This commit is contained in:
@@ -99,8 +99,8 @@ liberator.config = { //{{{
|
|||||||
helpFiles: ["intro.html", "tutorial.html", "starting.html",
|
helpFiles: ["intro.html", "tutorial.html", "starting.html",
|
||||||
"browsing.html", "buffer.html", "pattern.html", "options.html",
|
"browsing.html", "buffer.html", "pattern.html", "options.html",
|
||||||
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
|
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
|
||||||
"repeat.html", "autocommands.html", "print.html", "developer.html",
|
"repeat.html", "autocommands.html", "print.html", "gui.html",
|
||||||
"various.html"
|
"developer.html", "various.html"
|
||||||
],
|
],
|
||||||
|
|
||||||
init: function ()
|
init: function ()
|
||||||
|
|||||||
61
locale/en-US/gui.txt
Normal file
61
locale/en-US/gui.txt
Normal 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:
|
||||||
@@ -66,6 +66,7 @@ section:Help{nbsp}topics[overview]
|
|||||||
- help:Autocommands[autocommands.html]: Automatically executing code on certain
|
- help:Autocommands[autocommands.html]: Automatically executing code on certain
|
||||||
events.
|
events.
|
||||||
- help:Print[print.html]: Printing pages.
|
- 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
|
- help:Developer{nbsp}information[developer.html]: How to write docs or
|
||||||
plugins.
|
plugins.
|
||||||
- help:Various[various.html]: Other help which didn't fit into any other
|
- help:Various[various.html]: Other help which didn't fit into any other
|
||||||
|
|||||||
@@ -11,13 +11,11 @@ ____
|
|||||||
|:norm| |:normal|
|
|:norm| |:normal|
|
||||||
||:norm[al][!] {commands}|| +
|
||:norm[al][!] {commands}|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Execute Normal mode commands {commands}. This makes
|
Execute Normal mode commands {commands}. This makes it possible to execute
|
||||||
it possible to execute Normal mode commands typed on
|
Normal mode commands typed on the command-line. {commands} is executed like it
|
||||||
the command-line. {commands} is executed like it is
|
is typed. If the [!] is given, mappings will not be used. {commands} should be
|
||||||
typed. If the [!] is given, mappings will not be used.
|
a complete command. {commands} cannot start with a space. Put a 1 (one) before
|
||||||
{commands} should be a complete command.
|
it, 1 space is one space.
|
||||||
{commands} cannot start with a space. Put a 1 (one)
|
|
||||||
before it, 1 space is one space.
|
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -52,26 +50,28 @@ If you need help for a specific topic, try [c]:help overview[c].
|
|||||||
____________________________________________________________________________
|
____________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:exu| |:exusage|
|
|:exu| |:exusage| +
|
||||||
||:exu[sage]||
|
||:exu[sage]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Show help on Ex commands. Added to simulate the Nvi command.
|
Show help on Ex commands. Added to simulate the Nvi command.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:viu| |:viusage|
|
|:viu| |:viusage| +
|
||||||
||:viu[sage]||
|
||:viu[sage]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Show help on Normal mode commands. Added to simulate the Nvi command.
|
Show help on Normal mode commands. Added to simulate the Nvi command.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|42| +
|
|42| +
|
||||||
|
|
||||||
What is the meaning of life, the universe and everything?
|
What is the meaning of life, the universe and everything?
|
||||||
Douglas Adams, the only person who knew what this question really was about is
|
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
|
now dead, unfortunately. So now you might wonder what the meaning of death
|
||||||
is...
|
is...
|
||||||
|
|
||||||
|
|
||||||
section:Uncategorized{nbsp}help[uncategorized]
|
section:Uncategorized{nbsp}help[uncategorized]
|
||||||
|
|
||||||
|<C-[>| |<Esc>| +
|
|<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.
|
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| +
|
|:beep| +
|
||||||
||: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.
|
Play a system beep.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:emenu| +
|
//|:pc| |:pclose| +
|
||||||
||: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[lose]||
|
//||:pc[lose]||
|
||||||
//________________________________________________________________________________
|
//________________________________________________________________________________
|
||||||
//Close preview window on bottom of screen.
|
//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:
|
// vim: set syntax=asciidoc:
|
||||||
|
|||||||
Reference in New Issue
Block a user