logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: d27b739c3384442c69269604454abb052348b019
parent 8922faeb8cefd7ba292df626cf0519c9cae74ba1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  3 Jul 2020 06:43:07 +0200

badwolf.1: Use full modifier names instead of A/C/S

Diffstat:

Mbadwolf.125++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/badwolf.1 b/badwolf.1 @@ -21,21 +21,20 @@ will probably get added at a later release. 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. -A is short for Alt, C is short for Control, S is short for Shift. .Bl -tag -width Ds -.It webview C-Scroll +.It webview Ctrl-Scroll Zooms the webpage in/out. -.It webview C-0 +.It webview Ctrl-0 Resets webpage zoom to 100%. -.It any C-t +.It any Ctrl-t Creates a new tab (in a new session, similar as pressing the button) -.It browser C-F4, browser A-d +.It browser Ctrl-F4, browser Alt-d Closes the current tab -.It browser C-f +.It browser Ctrl-f Focuses on the search entry -.It browser C-l +.It browser Ctrl-l Focuses on the location(URL) entry -.It browser C-S-r / C-r, browser F5 +.It browser Ctrl-Shift-r / Ctrl-r, browser F5 Reloads the content in the current tab (with/without clearing cache) .It browser Escape Stops loading the content in the current tab @@ -43,11 +42,11 @@ Stops loading the content in the current tab Toggles caret browsing. .It browser F12 Opens the web inspector. -.It browser C-[ / C-] +.It browser Ctrl-[ / Ctrl-] Go back/forward in current tab’s history -.It browser C-p +.It browser Ctrl-p Print the current page. (spawns a dialog) -.It any A-Left / A-Right +.It any Alt-Left / Alt-Right Go to the previous/next tab .It any F1 Shows the about dialog @@ -58,9 +57,9 @@ Go to the n-th tab, 0 goes to the last one. .Ss DEFAULT ONES Here is a incomplete list of the default Webkit/GTK keybindings: .Bl -tag -width Ds -.It any C-PageUp / C-PageDown +.It any Ctrl-PageUp / Ctrl-PageDown Go to the previous/next tab -.It search C-g / C-S-g +.It search Ctrl-g / Ctrl-Shift-g When the search box is focused it goes to the Next/Previous search term. .It search Escape Cancels current search