Skip to content

Some keys are not property handled in bpython-curtsies #275

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

Closed
ikanobori opened this issue Jul 4, 2014 · 2 comments
Closed

Some keys are not property handled in bpython-curtsies #275

ikanobori opened this issue Jul 4, 2014 · 2 comments

Comments

@ikanobori
Copy link
Contributor

let's start with ctrl-_ (\x1f) - it should either be treated the way it is in bpython (ignored) or the way it is in python (some kind of cool undo thing to do with readline I guess)

This should maybe happen where self.add_normal_character is called at the bottom of process_event - the character normalizing code should be more robust.


@ikanobori
Copy link
Contributor Author

Fixed by PR


Original Comment By:

@ikanobori
Copy link
Contributor Author

Fixed by https://bitbucket.org/bobf/bpython/pull-request/44/fix-275-keys-not-handled-correctly/diff

I don't understand the problem well enough to anticipate more - will close this issue and wait until more keys come up.


Original Comment By:

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