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
It seems modifier key are not fully supported with CursesDriver.
Some examples:
CTRL+1
CTRL+SHIFT+S
SHIFT+F5
CTRL+S
ControlS
However, most of these are supported with the WindowsDriver, except CTRL+1.
The text was updated successfully, but these errors were encountered:
We need to completely re-write the driver used on Linux. See #370.
I've added a link to this issue in that Issue so it can be referenced as we do this...
Sorry, something went wrong.
Fixes gui-cs#881, gui-cs#928 and gui-cs#944. Allowing more key combin…
561b191
…ations.
c1d3fcf
ANSIDriver
Successfully merging a pull request may close this issue.
It seems modifier key are not fully supported with CursesDriver.
Some examples:
CTRL+1
not supported.CTRL+SHIFT+S
not supported.SHIFT+F5
. not supported.CTRL+S
supported (withControlS
key).However, most of these are supported with the WindowsDriver, except
CTRL+1
.The text was updated successfully, but these errors were encountered: