summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorltGuillaume <[email protected]>2019-04-12 07:29:15 +0000
committerltGuillaume <[email protected]>2019-04-12 07:29:15 +0000
commit3d8c6967dabeba6d568845a278a074762ccce921 (patch)
treecf5b39506b6ca41853e4f057cbf7e75c0c717b41 /include
parent4c72d3b4fc1988fae6fd9890a198b162c30ead15 (diff)
Add keyboard shortcut 'g r': Go to Recently read
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x]include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index c09e62cca..963018858 100755..100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1203,6 +1203,7 @@
"goto_fresh" => __("Fresh"),
"goto_marked" => __("Starred"),
"goto_published" => __("Published"),
+ "goto_read" => __("Recently read"),
"goto_tagcloud" => __("Tag cloud"),
"goto_prefs" => __("Preferences")),
__("Other") => array(
@@ -1269,6 +1270,7 @@
"g f" => "goto_fresh",
"g s" => "goto_marked",
"g p" => "goto_published",
+ "g r" => "goto_read",
"g t" => "goto_tagcloud",
"g P" => "goto_prefs",
"r" => "select_article_cursor",