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

Does not work SpaceBar in Binding Keys #651

Open
xitr opened this issue Feb 12, 2023 · 0 comments
Open

Does not work SpaceBar in Binding Keys #651

xitr opened this issue Feb 12, 2023 · 0 comments

Comments

@xitr
Copy link

xitr commented Feb 12, 2023

Bug Report


Context


Does not work SpaceBar in Binding Keys

Expected Behaviour


Replace this with what you expect to happen.

Actual Behaviour


Replace this with what does happen.

Any error messages produced by appJar


_tkinter.TclError: bad event type or keysym "Space"

Sample code, demonstrating the issue


app.bindKey("space", keyPress)

What steps are needed to reproduce the bug


Replace this with the steps we should follow to reproduce the bug.

Version Information


appJar: 0.94.0 Python: 3.11.1 TCL: 8.6, TK: 8.6 Platform: Windows pid: 7760 locale: en_En

I propose to add
keyMap = keyMap.replace("Space", "space")
in _cleanKeyMap of class EventBinding appjar.py

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

No branches or pull requests

1 participant