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

Function unsetControlShift

frontend/app/store/keymodel.ts:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91function unsetControlShift() {
92 globalStore.set(simpleControlShiftAtom, false);
93 globalStore.set(atoms.controlShiftDelayAtom, false);
94}
95
96function disableGlobalKeybindings() {
97 globalKeybindingsDisabled = true;

Calls 1

setMethod · 0.80

Tested by

no test coverage detected