ofk / dom-hotkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dom-hotkey

dom-hotkey is hotkey library that works with the html attribute definition.

Examples

<button data-hotkey="Modifier+z" onclick="alert('undo')">Undo</button>
<script type="module">
  const { setup } = require('dom-hotkey');
  setup();
</script>

About


Languages

Language:TypeScript 84.8%Language:JavaScript 15.1%Language:Shell 0.2%