Remove the keyboard shortcut setting

This commit is contained in:
Robin Townsend 2023-04-19 16:15:38 -04:00
commit 4114622d44
3 changed files with 0 additions and 27 deletions

View file

@ -98,9 +98,6 @@ export const useOptInAnalytics = (): DisableableSetting<boolean | null> => {
return [false, null];
};
export const useKeyboardShortcuts = () =>
useSetting("keyboard-shortcuts", true);
export const useNewGrid = () => useSetting("new-grid", false);
export const useDeveloperSettingsTab = () =>