| 153 | } |
| 154 | |
| 155 | export class KeybindingsManager { |
| 156 | private definitions: KeybindingDefinitions; |
| 157 | private userBindings: KeybindingsConfig; |
| 158 | private keysById = new Map<Keybinding, KeyId[]>(); |
nothing calls this directly
no outgoing calls
no test coverage detected