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