Acesskeys updated

This commit is contained in:
Michael 2023-09-03 03:40:54 +00:00
parent 3c84a22b32
commit 52e925559e
2 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,9 @@ General
* y - for you * y - for you
* f - followers * f - followers
* h - what's hot * h - what's hot
* i - Images
* v - Videos
* d - Audio
../profile ../profile
-------- --------

View File

@ -173,7 +173,7 @@ class Channel extends BaseModule
'sel' => self::$content == self::AUDIO ? 'active' : '', 'sel' => self::$content == self::AUDIO ? 'active' : '',
'title' => $this->l10n->t('Posts with audio'), 'title' => $this->l10n->t('Posts with audio'),
'id' => 'channel-audio-tab', 'id' => 'channel-audio-tab',
'accesskey' => 'a' 'accesskey' => 'd'
]; ];
$tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl'); $tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');