commit: 404358779b24f0c4b54cdd63a9aa9c8d4d7f01c2
parent a7976a3530a69823ceff4b58773886c3e15a5d6c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 17 Jun 2019 07:01:41 +0200
badwolf.1: Add missing doc on some keybinds
Diffstat:
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/badwolf.1 b/badwolf.1
@@ -20,10 +20,12 @@ will probably get added at a later release.
.Sh KEYBINDINGS
The following section lists the keybinding by their action, each item is described by the widget the focus is on or
.Aq any
-if it works for the whole window, followed by the keybind it grabs. C is short for Control, S is short for Shift.
+if it works for the whole window, followed by the keybind it grabs. A is short for Alt, C is short for Control, S is short for Shift.
.Bl -width Ds -tag
.It webview C-Scroll
Zooms the webpage in/out.
+.It webview C-0
+Resets webpage zoom to 100%.
.It any C-t
Creates a new tab (in a new session, similar as pressing the button)
.It browser C-F4
@@ -32,10 +34,14 @@ Closes the current tab
Focuses on the search entry
.It browser C-l
Focuses on the location(URL) entry
-.It browser C-S-r / C-r
+.It browser C-S-r / C-r, browser F5
Reloads the current tab (with/without clearing cache)
-.It browser Alt-[ / C-]
+.It browser C-[ / C-]
Go back/forward in current tab’s history
+.It any A-Left / A-Right
+Go to the previous/next tab
+.It any F1
+Shows the about dialog
.El
.Ss DEFAULT ONES
Here is a incomplete list of the default Webkit/GTK keybindings: