Fix hotkey scope in settings (#12387)

Too many conflicts on hotkey scopes (e.g. we still had the issue on the
graphql playground). Let's disable all shortcuts in settings.
This commit is contained in:
Félix Malfait
2025-05-30 16:45:33 +02:00
committed by GitHub
parent c7139cbc84
commit c74d7fe986
3 changed files with 6 additions and 67 deletions

View File

@ -45,8 +45,6 @@ const testCases = [
{ loc: AppPath.PlanRequiredSuccess, res: true },
{ loc: AppPath.Index, res: false },
{ loc: AppPath.TasksPage, res: false },
{ loc: AppPath.OpportunitiesPage, res: false },
{ loc: AppPath.RecordIndexPage, res: false },
{ loc: AppPath.RecordShowPage, res: false },
{ loc: AppPath.SettingsCatchAll, res: false },