MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createNavKey

Function createNavKey

src/ink/parse-keypress.ts:787–801  ·  view source on GitHub ↗
(s: string, name: string, ctrl: boolean)

Source from the content-addressed store, hash-verified

785}
786
787function createNavKey(s: string, name: string, ctrl: boolean): ParsedKey {
788 return {
789 kind: 'key',
790 name,
791 ctrl,
792 meta: false,
793 shift: false,
794 option: false,
795 super: false,
796 fn: false,
797 sequence: s,
798 raw: s,
799 isPasted: false,
800 }
801}
802

Callers 1

parseKeypressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected