IcarusWorks / ember-key-manager

A service for (un)binding keyboard up and down events.
MIT License
42 stars 11 forks source link

Clarify that `executionKey` won't fire callback by itself if there are `modifierKeys` #26

Closed patrickberkeley closed 6 years ago

patrickberkeley commented 6 years ago

If a macro is registered with both an executionKey and modifierKeys, make it clear in the readme that the executionKey won't fire if the modifierKeys are not all pressed.