
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
ngx-keyboard-shortcuts
Advanced tools
Keyboard-shortcuts for creating and implementing keyboard events in Angular apps.
By using simple directives ngx-keyboard-shortcuts allows you to create and implement custom keybindings events in your angular applications.
For Example:
<button [keyboardShortcut]="keyboardShortcutDef" (click)="save()">
Save
</button>
keyboardShortcutDef: IKeyboardShortcutListenerOptions = {
description: 'save',
keyBinding: [KeyboardKeys.Ctrl, KeyboardKeys.Shift, 's']
};
npm --save install ngx-keyboard-shortcuts
.
import { NgxKeyboardShortcutModule } from 'ngx-keyboard-shortcuts';
@NgModule({
imports: [NgxKeyboardShortcutModule.forRoot()]
})
export class AppModule {}
see the demo site https://milestechnologies.github.io/ngx-keyboard-shortcuts
npm start
Run the demo environment
npm test
Run tests
npm run lint
Run linter
npm run build
Build the package
1.0.1
Thank you to the contributors of this package.
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
Keyboard-shortcuts for creating and implementing keyboard events in Angular apps.
The npm package ngx-keyboard-shortcuts receives a total of 717 weekly downloads. As such, ngx-keyboard-shortcuts popularity was classified as not popular.
We found that ngx-keyboard-shortcuts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.