Skip to content

Instantly share code, notes, and snippets.

@ova2
Created January 12, 2025 19:21
Show Gist options
  • Save ova2/1f14bc5f5e338c9fb2337e23c930b572 to your computer and use it in GitHub Desktop.
Save ova2/1f14bc5f5e338c9fb2337e23c930b572 to your computer and use it in GitHub Desktop.
shortcut$(ShortcutKey.Ctrl, ShortcutKey.F)
.pipe(takeUntilDestroyed())
.subscribe(keyboardEvents => this.doSomething(keyboardEvents));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment