Add shortcut help for 'toggle play queue'
This commit is contained in:
+1
@@ -267,6 +267,7 @@ more.keyboard.more = Go to More
|
|||||||
more.keyboard.about = Go to About
|
more.keyboard.about = Go to About
|
||||||
more.keyboard.search = Search
|
more.keyboard.search = Search
|
||||||
more.keyboard.sidebar = Toggle left sidebar
|
more.keyboard.sidebar = Toggle left sidebar
|
||||||
|
more.keyboard.playqueue = Toggle play queue
|
||||||
more.keyboard.shortcuts = Show keyboard shortcuts
|
more.keyboard.shortcuts = Show keyboard shortcuts
|
||||||
more.keyboard.then = then
|
more.keyboard.then = then
|
||||||
more.mobile.title = Mobile phone
|
more.mobile.title = Mobile phone
|
||||||
|
|||||||
@@ -212,12 +212,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="more-shortcut">↑</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.next"/></td>
|
<td class="more-shortcut">↑</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.next"/></td>
|
||||||
<td class="more-shortcut">g <fmt:message key="more.keyboard.then"/> o</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.podcasts"/></td>
|
<td class="more-shortcut">g <fmt:message key="more.keyboard.then"/> o</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.podcasts"/></td>
|
||||||
<td class="more-shortcut">?</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.shortcuts"/></td>
|
<td class="more-shortcut">q</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.playqueue"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="more-shortcut">–</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.volumedown"/></td>
|
<td class="more-shortcut">–</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.volumedown"/></td>
|
||||||
<td class="more-shortcut">g <fmt:message key="more.keyboard.then"/> s</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.settings"/></td>
|
<td class="more-shortcut">g <fmt:message key="more.keyboard.then"/> s</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.settings"/></td>
|
||||||
<td></td><td></td>
|
<td class="more-shortcut">?</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.shortcuts"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="more-shortcut">+</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.volumeup"/></td>
|
<td class="more-shortcut">+</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.volumeup"/></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user