MCPcopy Create free account
hub / github.com/experdot/pointer / shouldIgnoreAppShortcuts

Function shouldIgnoreAppShortcuts

src/renderer/src/utils/shortcutGuards.ts:57–59  ·  view source on GitHub ↗
(event?: KeyboardEvent | null)

Source from the content-addressed store, hash-verified

55}
56
57export function shouldIgnoreAppShortcuts(event?: KeyboardEvent | null): boolean {
58 return isMonacoFocused(event) || isBlockingOverlayActive(event)
59}
60
61export function shouldIgnoreChatReadingShortcuts(event?: KeyboardEvent | null): boolean {
62 const contextElement = getContextElement(event)

Callers 4

AppShortcutsFunction · 0.90
useChatShortcutsFunction · 0.90

Calls 2

isMonacoFocusedFunction · 0.85
isBlockingOverlayActiveFunction · 0.85

Tested by

no test coverage detected