MCPcopy
hub / github.com/wavetermdev/waveterm / setCtrlShift

Function setCtrlShift

emain/emain-util.ts:58–61  ·  view source on GitHub ↗
(wc: Electron.WebContents, state: boolean)

Source from the content-addressed store, hash-verified

56}
57
58function setCtrlShift(wc: Electron.WebContents, state: boolean) {
59 lastCtrlShiftSate = state;
60 wc.send("control-shift-state-update", state);
61}
62
63export function handleCtrlShiftFocus(sender: Electron.WebContents, focused: boolean) {
64 if (!focused) {

Callers 2

handleCtrlShiftFocusFunction · 0.85
handleCtrlShiftStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected