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