| 37 | import { WidgetNameConstants, REAL_SEPARATOR_HEIGHT } from './widget/types' |
| 38 | |
| 39 | interface EventTriggerWidgetInfo { |
| 40 | pane: Nullable<Pane> |
| 41 | widget: Nullable<Widget> |
| 42 | } |
| 43 | |
| 44 | const hotkeyModifierAlias: Record<string, string> = { |
| 45 | command: 'meta', |
nothing calls this directly
no outgoing calls
no test coverage detected