diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index 0c00c2547..5e25e55c4 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 8abcce27c..1cd2e6f73 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', ); }