diff --git a/content/vimperator.js b/content/vimperator.js index 8e571d4c..dccd3a0b 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -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 () diff --git a/locale/en-US/gui.txt b/locale/en-US/gui.txt new file mode 100644 index 00000000..215e653b --- /dev/null +++ b/locale/en-US/gui.txt @@ -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][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: diff --git a/locale/en-US/intro.txt b/locale/en-US/intro.txt index ef17a580..c8fad24f 100644 --- a/locale/en-US/intro.txt +++ b/locale/en-US/intro.txt @@ -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 diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index 302940b7..ed73e184 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -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,26 +50,28 @@ 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. +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. +Show help on Normal mode commands. Added to simulate the Nvi command. ________________________________________________________________________________ + |42| + What is the meaning of life, the universe and everything? 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... + section:Uncategorized{nbsp}help[uncategorized] || || + @@ -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][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: