@@ -26,9 +26,9 @@ import {
|
||||
import {
|
||||
CATEGORIES,
|
||||
CategoryName,
|
||||
getKeyboardShortcuts,
|
||||
KeyBindingAction,
|
||||
} from "./accessibility/KeyboardShortcuts";
|
||||
import { getKeyboardShortcuts } from "./accessibility/KeyboardShortcutUtils";
|
||||
|
||||
export const getBindingsByCategory = (category: CategoryName): KeyBinding[] => {
|
||||
return CATEGORIES[category].settingNames.reduce((bindings, name) => {
|
||||
|
||||
Reference in New Issue
Block a user