diff options
author | portix <none@none> | 2013-01-09 23:58:34 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-09 23:58:34 +0100 |
commit | 7066c99ee903da1fa39a3506a1f562fb346cd6d0 (patch) | |
tree | 79502b58e990a346f10701a1fd86e72d7ecaf83f /util | |
parent | 1d3c857fb1b1c1215065166d9fdb0c6841c9d49f (diff) | |
download | dwb-7066c99ee903da1fa39a3506a1f562fb346cd6d0.zip |
New command 'print_preview'; new option print-previewer
Diffstat (limited to 'util')
-rw-r--r-- | util/keys.in | 1 | ||||
-rw-r--r-- | util/settings.pre | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/util/keys.in b/util/keys.in index b8db6715..ab00b8a5 100644 --- a/util/keys.in +++ b/util/keys.in @@ -159,6 +159,7 @@ new_win New window for next navigation web_inspector Open the webinspector open_editor Open an external editor for current input/textarea. print Print current page +print_preview Show a print preview save Save all configuration files save_session Save current session save_named_session Save current session with name diff --git a/util/settings.pre b/util/settings.pre index e396c79e..3289fb29 100644 --- a/util/settings.pre +++ b/util/settings.pre @@ -155,6 +155,7 @@ file-sync-interval text Interval to save files to hdd or 0 to directly write to history-length text Length of the browsing history navigation-history-max Length of the navigation history print-backgrounds checkbox Whether background images should be printed +print-previewer text Program used for printing previews, %f will be replaced by the filename scheme-handler Application or script that handles uris with schemes that cannot be handled by dwb searchengine-submit-pattern text The pattern which will be replaced with the search terms sync-files select @all @cookies @history @session @cookies_history @cookies_session @history_session Files to sync, see also file-sync-interval |