mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #547 from Stremio/fix-shortcuts-for-vertical-navbar
fix: shortcuts
This commit is contained in:
commit
206402f00a
1 changed files with 2 additions and 2 deletions
|
|
@ -35,12 +35,12 @@ function KeyboardShortcuts() {
|
||||||
}
|
}
|
||||||
case 'Digit4': {
|
case 'Digit4': {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
window.location = '#/settings';
|
window.location = '#/addons';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'Digit5': {
|
case 'Digit5': {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
window.location = '#/addons';
|
window.location = '#/settings';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'Backspace': {
|
case 'Backspace': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue