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

Class AppComponent

examples/angular/injectKeyHold/src/app/app.component.ts:10–16  ·  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')
14 isMetaHeld = injectKeyHold('Meta')
15 isSpaceHeld = injectKeyHold('Space')
16}

Callers

nothing calls this directly

Calls 1

injectKeyHoldFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…