mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
change shortcut for viewcontacts + shortcut docu
This commit is contained in:
parent
45c2a4868e
commit
2ce64c2496
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ General
|
||||||
* v: Videos
|
* v: Videos
|
||||||
* e: Events and Calendar
|
* e: Events and Calendar
|
||||||
* t: Personal Notes
|
* t: Personal Notes
|
||||||
|
* k: View Contacts
|
||||||
|
|
||||||
/contacts (contact list)
|
/contacts (contact list)
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -707,7 +707,7 @@ if(! function_exists('profile_tabs')){
|
||||||
'sel' => ((!isset($tab)&&$a->argv[0]=='viewcontacts')?'active':''),
|
'sel' => ((!isset($tab)&&$a->argv[0]=='viewcontacts')?'active':''),
|
||||||
'title' => t('Contacts'),
|
'title' => t('Contacts'),
|
||||||
'id' => 'viewcontacts-tab',
|
'id' => 'viewcontacts-tab',
|
||||||
'accesskey' => 's',
|
'accesskey' => 'k',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue