loading... Pacem JS

Keyboard Shortcuts

PacemShortcutElement binds key combinations to action executions.

Here an example for the utilization:

<pacem-shortcut combination="Ctrl+Shift+L" on-execute="console.log('FOO!')"></pacem-shortcut>

The possible applicable modifier are:

Esc is also assumed for the Escape key and Back is assumed for the Backspace key.

The provided key combination is case-insensitive.