another one (Test maybe change later)
This commit is contained in:
parent
f3be917781
commit
94490c542a
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ const Events = {
|
||||||
if (event.keyCode === 66 && event.ctrlKey) {
|
if (event.keyCode === 66 && event.ctrlKey) {
|
||||||
app.appRoute("browse")
|
app.appRoute("browse")
|
||||||
}
|
}
|
||||||
|
// CTRL + D
|
||||||
|
if (event.keyCode === 68 && event.ctrlKey) {
|
||||||
|
app.appRoute("library-artists")
|
||||||
|
}
|
||||||
// CTRL + E
|
// CTRL + E
|
||||||
if (event.keyCode === 69 && event.ctrlKey) {
|
if (event.keyCode === 69 && event.ctrlKey) {
|
||||||
app.invokeDrawer('queue')
|
app.invokeDrawer('queue')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue