MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / keyboardMouseDownHandler

Function keyboardMouseDownHandler

frontend/app/store/keymodel.ts:62–66  ·  view source on GitHub ↗
(e: MouseEvent)

Source from the content-addressed store, hash-verified

60}
61
62export function keyboardMouseDownHandler(e: MouseEvent) {
63 if (!e.ctrlKey || !e.shiftKey) {
64 unsetControlShift();
65 }
66}
67
68function getFocusedBlockInStaticTab(): string {
69 const layoutModel = getLayoutModelForStaticTab();

Callers 1

staticMouseDownHandlerFunction · 0.90

Calls 1

unsetControlShiftFunction · 0.85

Tested by

no test coverage detected