Commit:    e1c09fe163b021336ad95d0bca55427962e86ca3
Author:    Hannes Magnusson <[email protected]>         Sat, 28 Dec 2013 
19:07:21 -0800
Parents:   41ae81049082668c4f8bf883db739484081b2c08
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=e1c09fe163b021336ad95d0bca55427962e86ca3

Log:
Document the local page search shortcut

Changed paths:
  M  include/layout.inc


Diff:
diff --git a/include/layout.inc b/include/layout.inc
index 1717d06..428aa78 100644
--- a/include/layout.inc
+++ b/include/layout.inc
@@ -642,6 +642,8 @@ function doc_toc($lang) {
     echo "<dd>Scroll to top</dd>\n";
     echo "<dt>g h</dt>\n";
     echo "<dd>Goto homepage</dd>\n";
+    echo "<dt>g s</dt>\n";
+    echo "<dd>Goto search<br>(current page)</dd>\n";
     echo "<dt>/</dt>\n";
     echo "<dd>Focus search box</dd>\n";
     echo "</dl>";


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to