Created
January 12, 2025 19:21
-
-
Save ova2/1f14bc5f5e338c9fb2337e23c930b572 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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