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

The arrows seem to be not working when capslock is on #27

Closed
Lee-W opened this issue May 7, 2019 · 3 comments
Closed

The arrows seem to be not working when capslock is on #27

Lee-W opened this issue May 7, 2019 · 3 comments

Comments

@Lee-W
Copy link
Contributor

Lee-W commented May 7, 2019

Expected behavior

When pressing the arrows, the slide to jump to previous/next pages even when the capslock is turn on.

Actual behavior

The slide does not jump to previous/next pages when pressing the arrows with capslock is on.

Testing Environment

  • Operation System: macOS 10.14.4
  • Python 3.7.3
@freakboy3742
Copy link
Member

I haven't seen this one specifically, but it doesn't surprise me at all. I've definitely observed a similar problem with refresh requiring the shift (cmd-shift-R, not just cmd-r). I'm pretty sure it's due to the keyboard code scanning.

The problem will almost certainly stem from the on_key_press handling in deck.py/SlideDeck.

@Lee-W
Copy link
Contributor Author

Lee-W commented May 7, 2019

This problem seems to be caused by a typo in toga project.

src/cocoa/toga_cocoa/keys.py

@Lee-W
Copy link
Contributor Author

Lee-W commented May 7, 2019

Since the PR to toga is merged, it should work after toga is updated.
Close this issue.

@Lee-W Lee-W closed this as completed May 7, 2019
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

2 participants