Easy keyboard shortcuts
listen('a+b+c', () => {
alert('a+b+c pressed');
}, {target: testEl});
<textarea id=testEl>write "abc" while holding the keys</textarea>
import * as module from "https://cdn.jsdelivr.net/gh/u1ui/[email protected]/shortcut.min.js"
- MIT License, Copyright (c) 2022 (like all repositories in this organization)
- Suggestions, ideas, finding bugs and making pull requests make us very happy. ♥