From 107f2e8de5a41de6f59f6a4bc81eb2df91101e77 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 26 Nov 2019 17:18:15 +0100 Subject: [PATCH] [mod] rebind redirect restriction to F11 to be able to use it on linux/urxwt --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 7e1abca..f0dec95 100644 --- a/config/config.go +++ b/config/config.go @@ -74,7 +74,7 @@ var DefaultKeys = map[string]map[string]string{ "F7": "focus search", "F8": "focus response-headers", "F9": "focus response-body", - "F12": "redirectRestriction", + "F11": "redirectRestriction", }, "url": { "Enter": "submit",