NextCenturyCorporation / MCS

Repo for the Machine Common Sense project
https://nextcenturycorporation.github.io/MCS/
Apache License 2.0
11 stars 8 forks source link

MCS-1808 - Fix shortcut keys for Pass and EndScene in human input mode #677

Closed rartiss55 closed 1 year ago

rartiss55 commented 1 year ago

This was originally a webenabled ticket to enable the "spacebar = Pass" action, but I realized the problem was actually in human input mode: 1.) The spacebar was being used as a shortcut for two different actions (Pass and EndScene) 2.) Input in human input mode is stripped, so the spacebar didn't actually do anything.

This should be fixed now + can be tested in human input mode (spacebar will now pass, "q" to EndScene).