diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2015-07-22 20:16:21 +0000 |
---|---|---|
committer | James E. Blair <corvus@gnu.org> | 2015-07-25 09:12:16 -0700 |
commit | ff07c4700e19cd3197fd8bac1ab8346b18aaaf15 (patch) | |
tree | 85c3eb4c285765f6e6570a16f72521ef206b532e /README.rst | |
parent | 12060b060c23e76ca075114c9d4981c288387ad8 (diff) |
Use the q key to quit gracefully
Relying on ctrl-C user interrupt to exit leaves the terminal in a
dirty state, and potentially unusable. Add the ability to exit
gracefully by pressing the q key.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ In either the presenter's console or the main presentty window, the | |||
56 | left and right arrow keys or page-up and page-down navigate between | 56 | left and right arrow keys or page-up and page-down navigate between |
57 | slides. | 57 | slides. |
58 | 58 | ||
59 | To exit presentty gracefully, use the 'q' key. | ||
60 | |||
59 | Source | 61 | Source |
60 | ------ | 62 | ------ |
61 | 63 | ||