update: shortcuts

This commit is contained in:
kKaskak 2023-12-25 15:30:23 +02:00
parent a2c10e5d14
commit 86a62fa797

View file

@ -35,12 +35,12 @@ function KeyboardShortcuts() {
}
case 'Digit4': {
event.preventDefault();
window.location = '#/settings';
window.location = '#/addons';
break;
}
case 'Digit5': {
event.preventDefault();
window.location = '#/addons';
window.location = '#/settings';
break;
}
case 'Backspace': {