We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. It wold be nice to know which control key is pressed with Enter (just Enter, Shift+Enter or Ctrl+Enter)
Something like:
choise = cli.launch() if cli.lastCtrKey == Shift: # do some thing else: return choice
or
choise = cli.launch(ctrl) if ctrl == Shift: # do some thing else: return choice
The text was updated successfully, but these errors were encountered:
Can you be more specific on why this is a relevant feature? Eg, where this feature can be used, what problem did you encounter without this feature.
Sorry, something went wrong.
No branches or pull requests
Hello. It wold be nice to know which control key is pressed with Enter (just Enter, Shift+Enter or Ctrl+Enter)
Something like:
or
The text was updated successfully, but these errors were encountered: