Closed Lee-W closed 5 years ago
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.
This problem seems to be caused by a typo in toga project.
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