ng-keyboard-shortcuts icon indicating copy to clipboard operation
ng-keyboard-shortcuts copied to clipboard

Dead Simple Keyboard Shortcuts Management for Angular

Results 28 ng-keyboard-shortcuts issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I recently added your library to my project, and I got the following error during compilation. ``` Error: node_modules/ng-keyboard-shortcuts/index.d.ts:5:49 - error TS2307: Cannot find module './lib/ng-keyboard-shortcuts.plugin' or its corresponding type...

First of all, great library! Sababa ;) ! I changed from another one I was using and I'm glad I did, so thanks for that. So I my suggestion is...

enhancement
feature

just simple sequences works like `[ a b c] but not like that [ cmd a b ] or [alt c d ] ` OS: Mac big sur Browser: Chrome...

**Describe the bug** Hi I use a shortcut on `c` key, the linked command is very simple : just navigate on a specific url. The problem is that when I...

bug
configuration

**Describe the bug** After the fix for #40, some keys still don't get through, for example the German `ä`. I tracked it down to all keys which are in the...

bug
help wanted

I have tried to add key shortcuts dynamically by adding new objects to the list binded to property "shortcuts" but it doesn't work. Documentation mentions in some places it is...

**Describe the bug** From the angular .spec file I'm not able to test if the shortcuts are working. Below is an example of the code. They keyboard event does not...

I spent a few days digging through the code in order to figure out why my sequences were not working properly. If you are trying to achieve the following scenario,...

**Is your feature request related to a problem? Please describe.** I'm trying to use the `KeyboardShortcutsService` in my code to programmatically register shortcuts outside of a component, but it looks...