MCPcopy Create free account
hub / github.com/HELPMEEADICE/doge-code / typeText

Method typeText

src/utils/computerUse/platforms/types.ts:63–63  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

61 moveMouse(x: number, y: number): Promise<void>
62 click(x: number, y: number, button: 'left' | 'right' | 'middle'): Promise<void>
63 typeText(text: string): Promise<void>
64 key(name: string, action: 'press' | 'release'): Promise<void>
65 keys(combo: string[]): Promise<void>
66 scroll(amount: number, direction: 'vertical' | 'horizontal'): Promise<void>

Callers 3

getInputFunction · 0.65
typeFunction · 0.65
typeTextFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected