MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / wantsNativeContextMenuKey

Function wantsNativeContextMenuKey

packages/app-core/src/components/VimNav.tsx:1843–1845  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

1841 }
1842
1843 function wantsNativeContextMenuKey(e: KeyboardEvent): boolean {
1844 return e.key === 'ContextMenu' || (e.shiftKey && e.key === 'F10')
1845 }
1846
1847 function getActiveTabContextMenuTarget(
1848 state: ReturnType<typeof useStore.getState>

Callers 4

handlerFunction · 0.85
handleNoteListKeyFunction · 0.85
handleTabsKeyFunction · 0.85
handlePreviewKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected