diff options
author | Peter Hofmann <scm@uninformativ.de> | 2017-04-08 11:35:12 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2017-04-08 11:40:03 +0200 |
commit | 1f941280f1cee320cc604521d392e9ce2ebe6ac6 (patch) | |
tree | 6f9c47246424a745b7d7899f9ea33222244c058c /man1 | |
parent | ca8e93d9b348a834c949c694c9a2cdba9ddf7523 (diff) | |
download | lariza-1f941280f1cee320cc604521d392e9ce2ebe6ac6.tar.gz |
Refuse to quit if there are active downloads
CC #35.
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.usage.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 7c72026..17279cc 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -51,7 +51,9 @@ focused. Launch the external handler for the currently loaded URI. .TP \fBMod1\fP + \fBq\fP -Close the current window. +Close the current window. Quits the entire program if this was the last +window and if there are no more active downloads (download manager is +shown otherwise). .TP \fBMod1\fP + \fBw\fP Go to your \(lqhomepage\(rq. See the environment variable @@ -124,7 +126,11 @@ Commit, i.e. begin searching, do a keyword based search or open the URI. .SS "Download manager" .TP \fBMod1\fP + \fBd\fP -Close the download manager (downloads are not aborted). +.TQ +\fBMod1\fP + \fBq\fP +Close the download manager. Active downloads are never aborted. However, +if there are no more active downloads and no more browsing windows, then +the entire program will quit. .\" -------------------------------------------------------------------- .SH "KEYWORD BASED SEARCHING" In this file, you can configure keywords and the associated URIs: |