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

Modified entry widget to interact properly with keyboard #7

Closed
wants to merge 1 commit into from

Conversation

RivanParmar
Copy link
Contributor

I have modified the Entry widget to be set to focus throughout the program right from the start. This is because the user won't have to click on the widget to write in it from the physical keyboard.
The user will only be able to input numbers and operators to the Entry widget from the physical keyboard. The operators include: "+", "-", "*" and "/". You can add more in the checkIfNumberOrOperator function.

…w numbers and operators to be input from keyboard.
@HuyHung1408
Copy link
Collaborator

Thanks a lot. I will review it as soon as the holiday ended!

@HuyHung1408
Copy link
Collaborator

Unfortunately, I didn't add the function to use the keyboard to interact with the program yet. I will add this in the future.

@HuyHung1408
Copy link
Collaborator

Thank you.

@RivanParmar
Copy link
Contributor Author

Should I help in adding this feature?

@HuyHung1408
Copy link
Collaborator

Always welcome!

@RivanParmar RivanParmar deleted the my-branch branch February 17, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants