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