From: rabuzarus <> Date: Mon, 30 Nov 2015 15:23:03 +0000 (+0100) Subject: change shortcut for viewcontacts + shortcut docu X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ce64c2496e11fd57aff6ad22bd183840e308d1d;p=friendica.git change shortcut for viewcontacts + shortcut docu --- 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', ); }