Currently it's not possible to bind listener for modifier keys only like: ```keymage('shift', () => { console.log('Whoa!'); }```
Currently it's not possible to bind listener for modifier keys only like:
keymage('shift', () => { console.log('Whoa!'); }