-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additions to alternative input - number keys and jump key #62
Comments
When the base unit changes for the grid, do you want the behavior of the number keys to change? It would be easiest if the numbers were treated more like percents, where |
@emily-phet and I talked today, and we do want the numbers to map to the visual grid line numbers, not to percent. |
Implemented above. @emily-phet please review. |
@zepumph The basic behavior looks great to me.
Also - let's have the orange cueing arrows disappear if you use any of the keypresses to move the hands (up/down arrow keys, W/S, number keys, or j key). |
Right now, we only have a rough way of triggering sound to play with alternative input. The sound plays when there is focus on either hand, or on the composite ratio. You won't get any sound when fitness is 0, but you will get sound otherwise. It would most likely be good to open a new issue to discuss this further if the current way isn't right.
They seem aligned to me. I think there is a bit of a optical illusion when in the middle of the space with no grid lines, and I feel like they are off, but then I show the grid lines and they are right on. I wonder if what you are witnessing is #53. To check this see if the bottom "framing" rectangles are aligned, if they are offset, then refresh the sim. Sorry I haven't gotten to that just yet. |
I have sometimes gotten a reentrant error when pressing the 0 key. It is a bit hard to reproduce, but I think I will want to investigate. Reopening. |
Fixed above. Closing |
To the existing alternative input mode where both hands can be controlled simultaneously (W/S and arrow keys), please add the ability for:
This would be the same for both screens.
Noting here - we will also need to confirm that this interaction technically works well with screen readers we support (presumably so, in role=application mode), if some sort of button "pickup" is needed to make use more intuitive for non-visual experience, and design visual cues to indicate available actions upon initial (or all) first encounter.
Also - it was brought up last week that the number 0 could jump hands to 0 or to 10, let's start with it jumping hands to 0 position (or lowest position). Also, gridlines position can change in the second screen, for right now let's focus only on providing access to the 0-9 grid positions with the number keys.
The text was updated successfully, but these errors were encountered: