# @bldr/vue-plugin-shortcuts

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

Latest version **0.2.2** (published 2020-03-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bldr/vue-plugin-shortcuts
pnpm add @bldr/vue-plugin-shortcuts
yarn add @bldr/vue-plugin-shortcuts
bun add @bldr/vue-plugin-shortcuts
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.2 |
| Published | 2020-03-01 |
| First published | 2019-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 10.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Josef Friedrich |
| Maintainers | joseffriedrich |

## Links

- npm: https://www.npmjs.com/package/@bldr/vue-plugin-shortcuts
- Repository: https://github.com/Josef-Friedrich/baldr
- Homepage: https://github.com/Josef-Friedrich/baldr#readme
- Issues: https://github.com/Josef-Friedrich/baldr/issues
- npm.io page: https://npm.io/package/@bldr/vue-plugin-shortcuts

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) 2.6.11
- [mousetrap](https://npm.io/package/mousetrap.md) 1.6.5

## Recent versions

- 0.2.2 (latest) — 2020-03-01
- 0.2.0 — 2020-03-01
- 0.1.2 — 2019-11-10
- 0.1.1 — 2019-10-29

## README

[![npm](https://img.shields.io/npm/v/baldr.svg)](https://www.npmjs.com/package/baldr)
[![Build Status](https://travis-ci.org/Josef-Friedrich/baldr.svg?branch=master)](https://travis-ci.org/Josef-Friedrich/baldr)
[![GitHub repo size](https://img.shields.io/github/repo-size/Josef-Friedrich/baldr.svg)](https://github.com/Josef-Friedrich/baldr)

# @bldr/vue-plugin-shortcuts

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

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

Vue.use(shortcuts, router, store)
```

---
_Source: https://npm.io/package/@bldr/vue-plugin-shortcuts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
