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

Implement keyboard textbox #11

Closed
GoogleCodeExporter opened this issue Mar 30, 2016 · 1 comment
Closed

Implement keyboard textbox #11

GoogleCodeExporter opened this issue Mar 30, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

This is truly one hard bugger.

Basically, replace regular textbox with a "smart" keyboard shortcut-
detecting box that, at the current caret position, puts "{CTRL+ALT+" 
whenever you press those buttons.

Issues
1. How to block alt key from screwing up textbox?
2. Accurately detect ctrl, alt, shift, win
3. Shift behavior?
4. Edit keys behavior? Up/down/left/right/home/end/insert/delete. They do 
their expect behavior, except when a modifer key is pressed; they end up 
becoming a keyboard shortcut

Usability testing would be SO good for this.

Original issue reported on code.google.com by mar.mar...@gmail.com on 17 Apr 2010 at 4:53

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by mar.mar...@gmail.com on 10 May 2010 at 10:36

  • Changed state: Fixed

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