(id: KeymapId)
| 1058 | } |
| 1059 | |
| 1060 | export function getDefaultKeymapBinding(id: KeymapId): string { |
| 1061 | return getKeymapDefinition(id).defaultBinding; |
| 1062 | } |
| 1063 | |
| 1064 | export function getKeymapBinding( |
| 1065 | overrides: KeymapOverrides | null | undefined, |
no test coverage detected