@bldr/vue-plugin-shortcuts

A wrapper around mousetrap to register keyboard shortcuts and display an overview over all shortcuts.

Usage no npm install needed!

<script type="module">
  import bldrVuePluginShortcuts from 'https://cdn.skypack.dev/@bldr/vue-plugin-shortcuts';
</script>

README

npm Build Status GitHub repo size

@bldr/vue-plugin-shortcuts

A wrapper around mousetrap to register keyboard shortcuts and display an overview over all shortcuts.

import shortcuts from '@bldr/vue-plugin-shortcuts'

Vue.use(shortcuts, router, store)