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/i18n/de/conf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/de/conf.php') diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index dc5dc1228..b5a4742e3 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -171,7 +171,7 @@ return array( 'mark_favorite' => 'Als Favorit markieren', 'mark_read' => 'Als gelesen markieren', 'navigation' => 'Navigation', // TODO - Translation - 'navigation_help' => 'Mit der "Umschalttaste" finden die Tastenkombination auf Feeds Anwendung.
Mit der "Alt-Taste" finden die Tastenkombination auf Kategorien Anwendung.', + 'navigation_help' => 'Mit der ⇧ Umschalttaste finden die Tastenkombination auf Feeds Anwendung.
Mit der Alt ⎇-Taste finden die Tastenkombination auf Kategorien Anwendung.', 'navigation_no_mod_help' => 'Die folgenden Navigationsverknüpfungen unterstützen keine Modifikatoren.', 'next_article' => 'Zum nächsten Artikel springen', 'normal_view' => 'Wechsle zur normalen Ansicht', @@ -180,7 +180,7 @@ return array( 'reading_view' => 'Wechsle zur Lese-Ansicht', 'rss_view' => 'Öffne RSS Ansicht in neuem Tab', 'see_on_website' => 'Auf der Original-Webseite ansehen', - 'shift_for_all_read' => '+ Umschalttaste, um alle Artikel als gelesen zu markieren.', + 'shift_for_all_read' => '+ ⇧ Umschalttaste to mark previous articles as read
+ Alt ⎇, um alle Artikel als gelesen zu markieren.', // TODO - Translation 'skip_next_article' => 'Nächsten markieren ohne zu öffnen', 'skip_previous_article' => 'Vorherigen markieren ohne zu öffnen', 'title' => 'Tastenkombination', -- cgit v1.2.3