| 22 | } from './icons' |
| 23 | |
| 24 | interface CommandGroup { |
| 25 | category: string |
| 26 | commands: Command[] |
| 27 | } |
| 28 | |
| 29 | function shortcut(overrides: KeymapOverrides, id: KeymapId): string { |
| 30 | return getKeymapDisplay(overrides, id) |
nothing calls this directly
no outgoing calls
no test coverage detected