rlane / oort3

A space fleet programming game
https://oort.rs
GNU General Public License v3.0
297 stars 23 forks source link

Enable editor action hotkeys in sim #67

Closed twof closed 1 year ago

twof commented 1 year ago

In this PR:

Motivation:

Screenshot 2023-11-08 at 1 58 44 AM
rlane commented 1 year ago

I couldn't get ctrl-enter or ctrl-alt-enter to work from the canvas. I'm thinking the checks for the keys might need to be in an if-else-if chain since ctrl-enter is a subset of ctrl-alt-enter and ctrl-shift-enter.

twof commented 1 year ago

Got it I'll look into that. There's also a bug right now where the rerun pause command only works after a previous run has finished. I'll tag you when the PR is ready.

twof commented 1 year ago

@rlane I think we should be good to go here

rlane commented 1 year ago

Merged, thanks!