Skip to content
Discussion options

You must be logged in to vote

I'm a little confused by your question; you seem to be saying that you want the user to be able to press v and have it run the action that pops up the version screen, but you also want them to be able to type a "v" in the Input, but you also don't want them to have to move focus out of the Input to do this.

These things seem mutually exclusive.

Could you clarify that?

More generally though: this is a reason why it would generally be a bad idea to bind a letter or number key, app-wide, to some action. It would normally make more sense to bind a key with a modifier; Ctrl+v for the version screen, perhaps, or even simply a function key?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@larsagny
Comment options

Answer selected by larsagny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants