MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / handleCtrlShiftFocus

Function handleCtrlShiftFocus

emain/emain-util.ts:63–67  ·  view source on GitHub ↗
(sender: Electron.WebContents, focused: boolean)

Source from the content-addressed store, hash-verified

61}
62
63export function handleCtrlShiftFocus(sender: Electron.WebContents, focused: boolean) {
64 if (!focused) {
65 setCtrlShift(sender, false);
66 }
67}
68
69export function handleCtrlShiftState(sender: Electron.WebContents, waveEvent: WaveKeyboardEvent) {
70 if (waveEvent.type == "keyup") {

Callers 1

getOrCreateWebViewForTabFunction · 0.90

Calls 1

setCtrlShiftFunction · 0.85

Tested by

no test coverage detected