add F12 to the documentation and help

This commit is contained in:
Shodiq 2019-10-03 23:51:53 +07:00
parent 2c8b810368
commit 624da9483c
3 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Keybinding | Description
<kbd>F7</kbd> | Jump to search
<kbd>F8</kbd> | Jump to response headers
<kbd>F9</kbd> | Jump to response body
<kbd>F12</kbd> | Redirects Restriction Mode
### Context specific search

View File

@ -74,6 +74,7 @@ var DefaultKeys = map[string]map[string]string{
"F7": "focus search",
"F8": "focus response-headers",
"F9": "focus response-body",
"F12": "redirects restriction mode",
},
"url": {
"Enter": "submit",

View File

@ -31,6 +31,7 @@ F6 = "focus headers"
F7 = "focus search"
F8 = "focus response-headers"
F9 = "focus response-body"
F12 = "redirects restriction mode"
[keys.url]
Enter = "submit"