ondras / sleeping-beauty

Sleeping Beauty: a game created for the 7-day Roguelike 2014 challenge. Coffeebreak length.
https://ondras.github.io/sleeping-beauty/
139 stars 25 forks source link

Back navigation on Chrome on macOS #1

Open skibz opened 7 years ago

skibz commented 7 years ago

I'm not sure if this is intended behaviour (my guess is no) but if I press ⌘+leftarrow (to walk through a door, for example) my browser navigates backwards. I always thought that backspace was the back shortcut, but I guess it must have changed recently? 😖

Would it be possible to capture and prevent this as some kind of keypress event?

ondras commented 7 years ago

In theory, yes. In practice, I do not plan on modifying the game right now, as that would violate the contest rules.

Once the judging phase of the 7DRL competition ends, I will try to fix this. In the meantime, feel free to use any other available modifier key :-)