mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
📝 Ctrl-C is "hard quit"
This commit is contained in:
parent
e740c58ff9
commit
fdd8a6e59b
@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Number keys can be pressed to navigate to links 1 through 10 (#47)
|
- Number keys can be pressed to navigate to links 1 through 10 (#47)
|
||||||
- Permanent redirects are cached for the session (#22)
|
- Permanent redirects are cached for the session (#22)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Documented <kbd>Ctrl-C</kbd> has "Hard quit"
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- You can't change link selection while the page is loading
|
- You can't change link selection while the page is loading
|
||||||
- Only one request is made for each URL - `v1.3.0` accidentally made two requests each time (#50)
|
- Only one request is made for each URL - `v1.3.0` accidentally made two requests each time (#50)
|
||||||
|
@ -36,7 +36,8 @@ Ctrl-R, R|Reload a page, discarding the cached version.
|
|||||||
Ctrl-B|View bookmarks
|
Ctrl-B|View bookmarks
|
||||||
Ctrl-D|Add, change, or remove a bookmark for the current page.
|
Ctrl-D|Add, change, or remove a bookmark for the current page.
|
||||||
Ctrl-S|Save the current page to your downloads.
|
Ctrl-S|Save the current page to your downloads.
|
||||||
q, Ctrl-Q, Ctrl-C|Quit
|
q, Ctrl-Q|Quit
|
||||||
|
Ctrl-C|Hard quit. This can be used when in the middle of downloading, for example.
|
||||||
`)
|
`)
|
||||||
|
|
||||||
var helpTable = cview.NewTable().
|
var helpTable = cview.NewTable().
|
||||||
|
Loading…
Reference in New Issue
Block a user