Is possible to use just modifier? I want to use only alt key, but it's not working. With combination works fine. (alt+s) ``` <Hotkeys keyName="alt" onKeyDown={this.onKeyDown.bind(this)} onKeyUp={this.onKeyUp.bind(this)} /> ```