mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 18:22:42 -08:00
pretty
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { Config, Keybinding } from "../../types";
|
||||
import { Config, Keybinding } from '../../types';
|
||||
|
||||
export function resolveKeybindings(
|
||||
config: Config,
|
||||
defaultKeybindings: Keybinding[],
|
||||
): Keybinding[] {
|
||||
export function resolveKeybindings(config: Config, defaultKeybindings: Keybinding[]): Keybinding[] {
|
||||
const userBindings = config.keybindings || [];
|
||||
const bindingMap = new Map<string, (string | number)[] | null>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user