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

Del key inserts in ASCII Mode 0x7f instead of deleting bytes #60

Closed
Simsys opened this issue Dec 22, 2016 · 2 comments
Closed

Del key inserts in ASCII Mode 0x7f instead of deleting bytes #60

Simsys opened this issue Dec 22, 2016 · 2 comments
Labels

Comments

@Simsys
Copy link
Owner

Simsys commented Dec 22, 2016

No description provided.

@firexx
Copy link

firexx commented Dec 23, 2016

@Simsys
confirm. because the .text() returns 0x7f on "del" keypressed and this going into replace. probably we have to rewrite keypressevent to catch all keys that changes text formatting then exit from the function. if nothing was catched before then insert/replace the pressed key as char.

what do you think about?

@Simsys
Copy link
Owner Author

Simsys commented Dec 23, 2016

fixed, see 180e0bc

@Simsys Simsys closed this as completed Dec 23, 2016
@Simsys Simsys added the bug label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants