mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 18:37:58 +01:00
Fix Firefox and Vimperator references in Xulmus help
This commit is contained in:
@@ -241,7 +241,7 @@ default zoom levels are 30%, 50%, 67%, 80%, 90%, 100%, 110%, 120%, 133%, 150%,
|
|||||||
|
|
||||||
The available zoom range can be changed by setting the
|
The available zoom range can be changed by setting the
|
||||||
\'http://kb.mozillazine.org/Zoom.minPercent[zoom.minPercent]' and
|
\'http://kb.mozillazine.org/Zoom.minPercent[zoom.minPercent]' and
|
||||||
\'http://kb.mozillazine.org/Zoom.maxPercent[zoom.maxPercent]' Firefox
|
\'http://kb.mozillazine.org/Zoom.maxPercent[zoom.maxPercent]' Songbird
|
||||||
preferences. The zoom levels can be changed using the
|
preferences. The zoom levels can be changed using the
|
||||||
\'http://kb.mozillazine.org/Toolkit.zoomManager.zoomValues[toolkit.ZoomManager.zoomLevels]'
|
\'http://kb.mozillazine.org/Toolkit.zoomManager.zoomValues[toolkit.ZoomManager.zoomLevels]'
|
||||||
preference.
|
preference.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
heading::Vimperator's{nbsp}GUI[gui]
|
heading::Xulmus's{nbsp}GUI[gui]
|
||||||
|
|
||||||
Although Xulmus offers the most frequently used Songbird functionality via
|
Although Xulmus offers the most frequently used Songbird functionality via
|
||||||
Ex and Normal mode commands there may be times when directly accessing the GUI
|
Ex and Normal mode commands there may be times when directly accessing the GUI
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
heading::Hints[quick-hints,hints]
|
heading::Hints[quick-hints,hints]
|
||||||
|
|
||||||
Hints are the way in which Vimperator allows you to follow links on a page. By
|
Hints are the way in which Xulmus allows you to follow links on a page. By
|
||||||
providing each link with a suitable hint, you can access all links with a
|
providing each link with a suitable hint, you can access all links with a
|
||||||
similar amount of minimal effort. This contrasts strongly with the traditional
|
similar amount of minimal effort. This contrasts strongly with the traditional
|
||||||
approaches offered by the mouse, in which you must first find and then aim for
|
approaches offered by the mouse, in which you must first find and then aim for
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ section::Features[features]
|
|||||||
http://vimperator.org/trac/ticket/327[xulmus.vim]
|
http://vimperator.org/trac/ticket/327[xulmus.vim]
|
||||||
* Easy quick searches ([c]:open foo[c] will search for "foo" in google,
|
* Easy quick searches ([c]:open foo[c] will search for "foo" in google,
|
||||||
[c]:open ebay terminator[c] will search for "terminator" on ebay)
|
[c]:open ebay terminator[c] will search for "terminator" on ebay)
|
||||||
with support for Firefox keyword bookmarks and search engines
|
with support for Songbird keyword bookmarks and search engines
|
||||||
* Count supported for many commands ([m]3<C-o>[m] will go back 3 pages)
|
* Count supported for many commands ([m]3<C-o>[m] will go back 3 pages)
|
||||||
* Beep on errors
|
* Beep on errors
|
||||||
* Marks support ([m]m[m][a]a[a] to set mark a on a web page, [m]'[m][a]a[a] to
|
* Marks support ([m]m[m][a]a[a] to set mark a on a web page, [m]'[m][a]a[a] to
|
||||||
|
|||||||
@@ -484,7 +484,7 @@ ____
|
|||||||
||'insertmode' 'im'|| boolean (default: on)
|
||'insertmode' 'im'|| boolean (default: on)
|
||||||
____
|
____
|
||||||
Use Insert mode as the default for text areas. This is useful if you want to
|
Use Insert mode as the default for text areas. This is useful if you want to
|
||||||
use the known Firefox interface for editing text areas. Input fields default to
|
use the known Songbird interface for editing text areas. Input fields default to
|
||||||
this behaviour irrespective of this option's setting.
|
this behaviour irrespective of this option's setting.
|
||||||
|
|
||||||
Textarea mode can be entered with *<C-t>* from Insert mode.
|
Textarea mode can be entered with *<C-t>* from Insert mode.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ ________________________________________________________________________________
|
|||||||
Highlight {group} with {css}. {css} is one or more comma separated CSS
|
Highlight {group} with {css}. {css} is one or more comma separated CSS
|
||||||
declarations (E.g. *color: blue; background-color: red*). Normally, {css} is
|
declarations (E.g. *color: blue; background-color: red*). Normally, {css} is
|
||||||
checked for valid syntax before it's applied. Once you're certain it's valid,
|
checked for valid syntax before it's applied. Once you're certain it's valid,
|
||||||
[!] can be used to skip the check to speed up Vimperator startup. {selector}
|
[!] can be used to skip the check to speed up Xulmus startup. {selector}
|
||||||
can be any valid CSS selector, such as [c]:hover[c], and, if provided, will
|
can be any valid CSS selector, such as [c]:hover[c], and, if provided, will
|
||||||
restrict the match to matching elements.
|
restrict the match to matching elements.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user