mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:07:59 +01:00
:saveas works now
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
2007-07-02:
|
2007-07-02:
|
||||||
* version ???
|
* version ???
|
||||||
|
* :saveas finally works (by calmar)
|
||||||
* Changed "|" to ", " as a url seperator in :open
|
* Changed "|" to ", " as a url seperator in :open
|
||||||
* Ctrl-^ mapping for selecting the alternate tab/buffer
|
* Ctrl-^ mapping for selecting the alternate tab/buffer
|
||||||
* QuickMarks support (new commands :qmarks/:qmarkadd/:qmarkdel and
|
* QuickMarks support (new commands :qmarks/:qmarkadd/:qmarkdel and
|
||||||
|
|||||||
@@ -652,7 +652,7 @@ function Commands() //{{{
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
addDefaultCommand(new Command(["sav[eas]"],
|
addDefaultCommand(new Command(["sav[eas]"],
|
||||||
function() { goDoCommand('Browser:SavePage'); },
|
function() { saveDocument(window.content.document); },
|
||||||
{
|
{
|
||||||
usage: ["sav[eas]"],
|
usage: ["sav[eas]"],
|
||||||
short_help: "Save current web page to disk",
|
short_help: "Save current web page to disk",
|
||||||
|
|||||||
Reference in New Issue
Block a user