ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.63k stars 808 forks source link

Keyboard shortcuts for Control Options #8020

Open 40411 opened 2 years ago

40411 commented 2 years ago

Describe the feature Flash player has shortcuts for playback actions and frame searching; image While Ruffle has a context menu with those options, there are no shortcuts one can use, so right clicking to open the context menu each and every time is needed; image This would be useful for easier pause and play, restarting a clip, and finding specific frames with just a couple button presses.

mero09-99 commented 2 years ago

Definitely, this issue is exasperated on the Desktop version of Ruffle, which does not even include a context menu.

ActionWavele commented 1 year ago

Please add this some games do not function and will never function without these I can bypass games using Flash Player, but nit in Ruffle Please add a UI with these options, or add shortcuts or both, preferably so

parkerlreed commented 1 year ago

This would be good for desktop as well where there is no context menu

nverhaaren commented 1 year ago

I'm taking a look at this issue - on mac are the shortcuts the same but using cmd instead of ctrl?

n0samu commented 1 year ago

@nverhaaren Sorry for the late reply - yes I believe so. Since this issue was created the Ruffle desktop app has gained a GUI courtesy of @Dinnerbone, which is a great thing but might make this task harder (since you might have to learn some egui stuff in addition to just winit). So I removed the "good first issue label" since I'm not sure if this is indeed a simple issue anymore