sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 6287fab0458100c16c4ed43bd33606b2986bf4e4
parent 4eedefccfcaf2e03ef25bda3f5039a09deccaa20
Author: Steven Dee <steve@smartercode.net>
Date:   Mon, 19 May 2014 17:33:04 +0000

Update man page in chromekeys

Diffstat:
Msurf.suckless.org/patches/chromekeys.md | 2+-
Msurf.suckless.org/patches/surf-0.6-chromekeys.diff | 71+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 1 deletion(-)

diff --git a/surf.suckless.org/patches/chromekeys.md b/surf.suckless.org/patches/chromekeys.md @@ -13,7 +13,7 @@ mod-u is view source, and mod-shift-u opens the inspector. Download -------- -* [surf-0.6-chromekeys.diff](surf-0.6-chromekeys.diff) (1908) (20140515) +* [surf-0.6-chromekeys.diff](surf-0.6-chromekeys.diff) (20140519) Author ------ diff --git a/surf.suckless.org/patches/surf-0.6-chromekeys.diff b/surf.suckless.org/patches/surf-0.6-chromekeys.diff @@ -33,3 +33,74 @@ index 80a0feb..f8dc533 100644 { MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, { MODKEY, GDK_n, find, { .b = TRUE } }, +diff --git a/surf.1 b/surf.1 +index 1530ec6..8d1caf4 100644 +--- a/surf.1 ++++ b/surf.1 +@@ -114,10 +114,10 @@ which surf should use. + .B Escape + Stops loading current page or stops download. + .TP +-.B Ctrl\-h ++.B Ctrl\-o + Walks back the history. + .TP +-.B Ctrl\-l ++.B Ctrl\-i + Walks forward the history. + .TP + .B Ctrl\-k +@@ -126,17 +126,20 @@ Scrolls page upwards. + .B Ctrl\-j + Scrolls page downwards. + .TP ++.B Ctrl\-h ++Scroll horizontally to the left. ++.TP ++.B Ctrl\-l ++Scroll horizontally to the right. ++.TP + .B Ctrl\-b + Scroll up one whole page view. + .TP +-.B Ctrl\-Space ++.B Ctrl\-f or Ctrl\-Space + Scroll down one whole page view. + .TP +-.B Ctrl\-i +-Scroll horizontally to the right. +-.TP + .B Ctrl\-u +-Scroll horizontally to the left. ++Show the sourcecode of the current page. + .TP + .B Ctrl\-Shift\-k or Ctrl\-+ + Zooms page in. +@@ -147,7 +150,7 @@ Zooms page out + .B Ctrl\-Shift\-q + Resets Zoom + .TP +-.B Ctrl\-f and Ctrl\-\e ++.B Ctrl\-/ + Opens the search-bar. + .TP + .B Ctrl\-n +@@ -174,9 +177,6 @@ Reloads the website without using the cache. + .B Ctrl\-y + Copies current URI to primary selection. + .TP +-.B Ctrl\-o +-Show the sourcecode of the current page. +-.TP + .B Ctrl\-Shift\-a + Toggle through the the + .I cookie policies. +@@ -196,7 +196,7 @@ Toggle if the + .I stylefile + file should be loaded. This will reload the page. + .TP +-.B Ctrl\-Shift\-o ++.B Ctrl\-Shift\-u + Open the Web Inspector (Developer Tools) window for the current page. + .TP + .B Ctrl\-Shift\-s