`<KeyHandler keyValue="i" onKeyHandle={this.someMethod} />` someMethod(event) { console.log(event.altKey); } someMethod is not getting invoked when pressing alt + i where as alt works fine with special keys like Arrows, function keys etc.