changeset 704:e6f88f9e7dfd

Add more shortcuts and baloon help messages
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 08:43:32 +0900
parents 6f07cfc1ba86
children 9f6d65cd8d64
files s4-blog.sh
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Fri May 22 08:38:28 2020 +0900
+++ b/s4-blog.sh	Fri May 22 08:43:32 2020 +0900
@@ -523,8 +523,10 @@
   cat<<-EOF
 	</table> <!-- end of s4-blog:blog_showentry() main table -->
 	<p class="update_link"><a
-	 href="?reload/$rowid" accesskey="r" title="R">再読込</a> / <a
-	 href="#title" id="bottom" accesskey="t" title="T">先頭へ</a></p>
+	 href="?reload/$rowid" accesskey="r"
+	  title="Shortcut: R${nl}Reload">再読込</a> / <a
+	 href="#title" id="bottom" accesskey="t"
+	  title="Shortcut: T${nl}to the Top">先頭へ</a></p>
 	EOF
   $iswritable && cat<<-EOF
 	<div class="blogcomment">

yatex.org