From 811e4b6ba19836f9fdd6fd4d92073a567252f616 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 9 Aug 2015 09:16:45 +0200 Subject: [PATCH] Documentation for accesskeys added --- doc/Accesskeys.md | 70 ++++++++++++++++++++++++++++++++++++++++++ doc/Home.md | 1 + doc/de/Home.md | 1 + view/templates/nav.tpl | 12 ++++---- 4 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 doc/Accesskeys.md diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md new file mode 100644 index 0000000000..d6fafdec3a --- /dev/null +++ b/doc/Accesskeys.md @@ -0,0 +1,70 @@ +Accesskeys in Friendica +======================= + +General +------- +* p: profile +* n: network +* c: community +* s: search +* a: admin +* f: notifications +* u: user menu (in theme "vier") + +/profile +-------- +* m: Status Messages and Posts +* r: Profile Details +* h: Photo Albums +* v: Videos +* e: Events and Calendar +* t: Personal Notes + +/contacts (contact list) +--------- +* g: Suggestions +* l: Show all Contacts +* o: Only show unblocked contacts +* b: Only show blocked contacts +* i: Only show ignored contacts +* y: Only show archived contacts +* h: Only show hidden contacts + +/contacts (single contact view) +------------------------------- +* b: Toggle Blocked status +* i: Toggle Ignored status +* v: Toggle Archive status +* r: Repair + +/message +-------- +* m: New message + +/network +-------- +* e: Sort by Comment Date +* t: Sort by Post Date +* r: Conversation (Posts that mention or involve you) +* w: New posts +* b: Bookmarks +* m: Favourite Posts + +/notifications +-------------- +* y: System +* w: Network +* r: Personal +* h: Home +* i: Introductions + +/settings +--------- +* o: Account +* t: Additional features +* w: Social Networks +* l: Plugins +* d: Delegations +* b: Connected apps +* e: Export personal data +* r: Remove account diff --git a/doc/Home.md b/doc/Home.md index 0685236286..1c293e4a51 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -10,6 +10,7 @@ Friendica Documentation and Resources * [BBCode tag reference](help/BBCode) * [Comment, sort and delete posts](help/Text_comment) * [Profiles](help/Profiles) + * [Accesskey reference](help/Accesskeys * You and other users * [Connectors](help/Connectors) * [Making Friends](help/Making-Friends) diff --git a/doc/de/Home.md b/doc/de/Home.md index 0fd5634cc3..bc022a1a27 100644 --- a/doc/de/Home.md +++ b/doc/de/Home.md @@ -10,6 +10,7 @@ Friendica - Dokumentation und Ressourcen * [Referenz der BBCode Elemente](help/BBCode) * [Beiträge kommentieren, einordnen und löschen](help/Text_comment) * [Profile](help/Profiles) + * [Referenz der Accesskeys](help/Accesskeys) * Du und andere Nutzer * [Konnektoren (Connectors)](help/Connectors) * [Freunde finden](help/Making-Friends) diff --git a/view/templates/nav.tpl b/view/templates/nav.tpl index 02fe6da3b9..69c55000b6 100644 --- a/view/templates/nav.tpl +++ b/view/templates/nav.tpl @@ -15,21 +15,21 @@ {{if $nav.apps}}{{$nav.apps.1}}{{/if}} - {{$nav.search.1}} + {{$nav.search.1}} {{$nav.directory.1}} - {{if $nav.admin}}{{$nav.admin.1}}{{/if}} + {{if $nav.admin}}{{$nav.admin.1}}{{/if}} {{if $nav.network}} - {{$nav.network.1}} + {{$nav.network.1}} {{/if}} {{if $nav.home}} - {{$nav.home.1}} + {{$nav.home.1}} {{/if}} {{if $nav.community}} - {{$nav.community.1}} + {{$nav.community.1}} {{/if}} {{if $nav.introductions}} {{$nav.introductions.1}} @@ -46,7 +46,7 @@ {{if $nav.notifications}} - {{$nav.notifications.1}} + {{$nav.notifications.1}}