From dbf6db8bff43f1bd0798ac20b0a5cf733df0c7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20M=C3=BCller?= Date: Thu, 17 Feb 2022 13:48:42 +0100 Subject: Update shortcuts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shortcut "q" is not supported anymore as stated in https://github.com/nextcloud/news/issues/1613#issuecomment-991891468 Shortcuts "c" and "v" seemed to have swapped descriptions. Signed-off-by: Dennis Müller --- CHANGELOG.md | 1 + templates/part.content.shortcuts.php | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5c984bf..26aa30f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 ## [18.x.x] ### Changed +- Change shortcut descriptions. (#1669) ### Fixed diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php index 81c7f1b42..8c616db7d 100644 --- a/templates/part.content.shortcuts.php +++ b/templates/part.content.shortcuts.php @@ -55,24 +55,20 @@ c - t('Load next folder')); ?> + t('Load previous folder')); ?> v - t('Load previous folder')); ?> + t('Load next folder')); ?> a t('Scroll to active navigation entry')); ?> - - q - t('Focus search field')); ?> - shift + a t('Mark current article\'s feed/folder read')); ?> - \ No newline at end of file + -- cgit v1.2.3