0.0.6 • Published 5 years ago

ngx-hotkey-input v0.0.6

Weekly downloads
25
License
-
Repository
-
Last release
5 years ago

NgxHotkeyInput

Library to trigger acctions on keyboard inputs into html elements focusable

Usage:

  • Install package: npm i ngx-hotkey-input

  • Import into Module

imports: [ NgxHotkeyInputModule ],

  • Insert a directive into html <input ngx-hotkeyinput [hotkeys]="[{keys:['enter'], callback: proximoFocus.bind(this, 'Enter2'), method: 'function'}]">
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago