Patrick Berkeley

Results 13 issues of Patrick Berkeley

Create a demo site: ### Features **Explore `key` names** * ability to expose `event.key` name when a key is triggered **Try out macros** * enter an execution key in an...

documentation

Stemming from https://github.com/IcarusWorks/ember-key-manager/issues/9. The following example would create shortcuts for `control+a`, `alt+a`, `shift+a`: ```js keyManager.register({ executionKey: 'A', allowedModifiers: ['shift', 'alt', 'control'], callback: () => { // }, type: 'keydown', });...

enhancement

Using the tooltip recipe I get the following error: ``` Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. ``` Steps to reproduce: 1....