Ctrl + comma to open settings
This commit is contained in:
parent
c24d954f9e
commit
e9b6cb3ac8
@ -816,5 +816,14 @@ export class AnimeNotifier {
|
||||
e.stopPropagation()
|
||||
return
|
||||
}
|
||||
|
||||
// Ctrl + , = Settings
|
||||
if(e.ctrlKey && e.keyCode == 188) {
|
||||
this.app.load("/settings")
|
||||
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user