chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 254 forks source link

Configuration Parameters #268

Open yeco96 opened 7 years ago

yeco96 commented 7 years ago

Example of declaration in config

hotkeysProvider.allowInCheat = ['INPUT', 'SELECT', 'TEXTAREA'];

hotkeysProvider.mapInit = { command: '\u2318', // ⌘ shift: '\u21E7', // ⇧ left: '\u2190', // ← right: '\u2192', // → up: '\u2191', // ↑ down: '\u2193', // ↓ 'return': '\u23CE', // ⏎ backspace: '\u232B', // ⌫

add new Symbols or translations