This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
Description
I'm using the IronA11yKeysBehavior in my project, and I have a key binding to 'c'. I expect it to be fired when no modifiers are supplied, and for the browser to handle copy natively when ctrl+c or cmd+c are pressed. Instead, the key binding to 'c' is called any time something that isn't explicitly bound with a different key binding is pressed, regardless of other keys/modifiers. Is this expected behavior?