MCPcopy Index your code
hub / github.com/coder/coder / KeyDown

Method KeyDown

agent/x/agentdesktop/desktop.go:55–55  ·  view source on GitHub ↗

KeyDown presses and holds a key.

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

53 KeyPress(ctx context.Context, keys string) error
54 // KeyDown presses and holds a key.
55 KeyDown(ctx context.Context, key string) error
56 // KeyUp releases a key.
57 KeyUp(ctx context.Context, key string) error
58 // Type types a string of text character-by-character.

Callers 1

handleActionMethod · 0.65

Implementers 2

fakeDesktopagent/x/agentdesktop/api_test.go
portableDesktopagent/x/agentdesktop/portabledesktop.g

Calls

no outgoing calls

Tested by

no test coverage detected