MCPcopy Create free account
hub / github.com/TanStack/hotkeys /

Class

examples/angular/injectKeyHold/src/app/app.component.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 styleUrl: './app.component.css',
9})
10export class AppComponent {
11 isShiftHeld = injectKeyHold('Shift')
12 isControlHeld = injectKeyHold('Control')
13 isAltHeld = injectKeyHold('Alt')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected