You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just set up Podium on a new Mac (M2, macOS Sonoma 14.5), packaging from source on the main branch following the instructions in beeware/podium#60 (comment). Things generally went fine, but the keyboard shortcuts for Next Slide (right arrow) and Previous Slide (left arrow) are not working. The other keyboard shortcuts (play slideshow, reset timer, first slide, last slide) still work fine.
Steps to reproduce
Clone the Podium repo
Add a license.text property to the pyproject.toml to prevent Briefcase from complaining that there isn't one
Either use briefcase package --adhoc to build a binary or briefcase dev to run it in dev mode
Open a Podium slide deck
Bring the slide deck window to the foreground and try to use the right arrow to advance the slides
Use the End key (or Fn+Right) to go to the last slide, then try using the left arrow to go to the previous slide
Expected behavior
The right arrow would go to to the next slide, and the left arrow would go to the previous slide.
Environment
Operating System: macOS Sonoma 14.5
Python version: 3.12.1
Software versions:
Briefcase: 0.3.19
Toga: 0.4.5
Logs
Running in dev mode, no errors are sent to the console.
I ran with --log and there is no output there, either:
Thanks for the report. It looks like the key equivalents being used for the arrow keys and home/end/delete are just wrong. I don't know where the old values came from, but they don't appear to bear any resemblance to the required values. I'll submit a PR to correct this shortly.
Describe the bug
I've just set up Podium on a new Mac (M2, macOS Sonoma 14.5), packaging from source on the main branch following the instructions in beeware/podium#60 (comment). Things generally went fine, but the keyboard shortcuts for Next Slide (right arrow) and Previous Slide (left arrow) are not working. The other keyboard shortcuts (play slideshow, reset timer, first slide, last slide) still work fine.
Steps to reproduce
license.text
property to thepyproject.toml
to prevent Briefcase from complaining that there isn't onebriefcase package --adhoc
to build a binary orbriefcase dev
to run it in dev modeExpected behavior
The right arrow would go to to the next slide, and the left arrow would go to the previous slide.
Environment
Logs
Running in dev mode, no errors are sent to the console.
I ran with
--log
and there is no output there, either:briefcase.2024_06_16-18_06_01.dev.log
Additional context
Changing the shortcut keys in Podium's
app.py
to basic letters gets the Next Slide and Previous Slide shortcuts working again.The text was updated successfully, but these errors were encountered: