Skip to content
New issue

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

Text input mode #352

Open
kynikos opened this issue Sep 27, 2014 · 0 comments
Open

Text input mode #352

kynikos opened this issue Sep 27, 2014 · 0 comments

Comments

@kynikos
Copy link
Owner

kynikos commented Sep 27, 2014

Implement an optional true text input mode in one of these two ways:

  • All the widgets that allow keyboard input (TextCtrl, SpinCtrl...) are excluded from Tab traversal, and can be focused only with special keyboard shortcuts, or by entering an "input" mode in which their Tab-traversal ability is restored.
  • All the widgets that allow keyboard input (TextCtrl, SpinCtrl...) do accept focus, but the keyboard input is completely disabled on them, and can be restored only by explicitly entering an "input" mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant