Remove some shortcuts due to conflicts, read #252

This commit is contained in:
the-djmaze 2022-03-02 09:26:30 +01:00
parent 4250dcf3f0
commit 096faae844
8 changed files with 18 additions and 40 deletions

View file

@ -1,6 +1,5 @@
import ko from 'ko';
import { inFocus } from 'Common/Utils';
import { addObservablesTo, addComputablesTo, addSubscribablesTo } from 'External/ko';
import { Scope } from 'Common/Enums';
import { keyScope, SettingsGet, leftPanelDisabled } from 'Common/Globals';
@ -68,7 +67,6 @@ export class AbstractViewPopup extends AbstractView
}
return true;
});
shortcuts.add('backspace', '', name, inFocus());
}
// Happens when user hits Escape or Close key