From 2ce64c2496e11fd57aff6ad22bd183840e308d1d Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 30 Nov 2015 16:23:03 +0100 Subject: [PATCH] change shortcut for viewcontacts + shortcut docu --- doc/Accesskeys.md | 1 + include/identity.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index 0c00c25476..5e25e55c45 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -19,6 +19,7 @@ General * v: Videos * e: Events and Calendar * t: Personal Notes +* k: View Contacts /contacts (contact list) --------- diff --git a/include/identity.php b/include/identity.php index 8abcce27c6..1cd2e6f73a 100644 --- a/include/identity.php +++ b/include/identity.php @@ -707,7 +707,7 @@ if(! function_exists('profile_tabs')){ 'sel' => ((!isset($tab)&&$a->argv[0]=='viewcontacts')?'active':''), 'title' => t('Contacts'), 'id' => 'viewcontacts-tab', - 'accesskey' => 's', + 'accesskey' => 'k', ); }