MCPcopy Index your code
hub / github.com/TanStack/devtools / getNonModifierValue

Function getNonModifierValue

packages/devtools/src/tabs/hotkey-config.tsx:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 const getNonModifierValue = () => {
42 return props.hotkey
43 .filter((key) => !props.modifiers.includes(key as any))
44 .join('+')
45 }
46
47 const handleKeyInput = (input: string) => {
48 const makeModifierArray = (key: string) => {

Callers 1

HotkeyConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected