From a697ca54ad7f723e52fc6591761e1f2f8b7877d6 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:47:25 +0100 Subject: Shortcuts for adding labels (#7274) * add shortcut in config * open my labels menu with shortcut * the first 9 items are selectable + input field * i18n * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge * index.menu.mylabels * order fixed --------- Co-authored-by: Frans de Jonge --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index b742c3693..9f1ab4bf3 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -84,6 +84,7 @@ return array ( 'last_entry' => 'end', 'collapse_entry' => 'c', 'load_more' => 'm', + 'mylabels' => 'l', 'auto_share' => 's', 'focus_search' => 'a', 'user_filter' => 'u', -- cgit v1.2.3