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 --- templates/part.content.shortcuts.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'templates') 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