]> git.mxchange.org Git - friendica.git/commitdiff
Acesskeys updated
authorMichael <heluecht@pirati.ca>
Sun, 3 Sep 2023 03:40:54 +0000 (03:40 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 3 Sep 2023 03:40:54 +0000 (03:40 +0000)
doc/Accesskeys.md
src/Module/Conversation/Channel.php

index df9629dc506fc679d2c854fad04c8ac58310743a..936e044ee1a892311ed729cc023086ed0ffa41dd 100644 (file)
@@ -34,6 +34,9 @@ General
 * y - for you
 * f - followers
 * h - what's hot
+* i - Images
+* v - Videos
+* d - Audio
 
 ../profile
 --------
index aeebf8df2500760a70d0f4d6c99fd67dccc6481c..c80ba7673b2202e6c6be2226bf600fd5708bec5e 100644 (file)
@@ -173,7 +173,7 @@ class Channel extends BaseModule
                                'sel'       => self::$content == self::AUDIO ? 'active' : '',
                                'title'     => $this->l10n->t('Posts with audio'),
                                'id'        => 'channel-audio-tab',
-                               'accesskey' => 'a'
+                               'accesskey' => 'd'
                        ];
 
                        $tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');