From a7b72481e7cbc14d729f85816b6851ee6fcf711c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 23 Mar 2020 23:05:01 +0100 Subject: Shortcut mark previous articles as read (#2843) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Shortcut mark previous articles as read Address part of https://github.com/FreshRSS/FreshRSS/issues/2836 The shortcut [shift]+[r] now marks previous articles as read; The previous action of marking all articles as read is now achieved by [alt]+[r] So this is a slight breaking change, but I like the logic of the upward-facing [shift] arrow to hint at previous articles, while [alt] is more like "all", at least to my eyes :-) * Update app/i18n/nl/conf.php Co-Authored-By: Frans de Jonge * [⇧ Shift] / [Alt ⎇] With standard Unicode signs * + CSS styling * Missing themes Tested with all themes * Travis CSS Co-authored-by: Frans de Jonge --- app/views/configure/shortcut.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/views/configure/shortcut.phtml') diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index 4412266cc..598ce1eed 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -98,13 +98,15 @@
+

-
+

+
-- cgit v1.2.3