Skip to content
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

Cannot type numerical rebus answers #244

Open
katlyn-edwards opened this issue Jul 18, 2022 · 2 comments
Open

Cannot type numerical rebus answers #244

katlyn-edwards opened this issue Jul 18, 2022 · 2 comments

Comments

@katlyn-edwards
Copy link

Today's NYT puzzle (Sunday July 17th) has numerical rebus inputs (e.g. in this case the number '10'). In order to type those, you need to hold down Shift, which changes the keys being entered.

You could probably fix this by using 'keyCode' instead of 'key' (which will return the non-shift'd variant), but then you'd have to map keys to number codes :/

@stevenhao
Copy link
Member

Ah yeah, this is a pretty rare case. It might make sense to add a rebus entry mode (which always rebuses regardless of Shift being held down) that users can toggle by clicking a button labeled "Rebus" in the toolbar. PR's for this welcome!

image

Incidentally, I use https://www.kaufmann.no/roland/dvorak/ which doesn't actually have this problem, since all the numbers are in the shift position :)

@frozenpandaman
Copy link

Haha, this is a fun edge case.

I had the same idea re: adding a 'Rebus' entry in the toolbar – the CrosswordNexus solver has this too (https://github.com/crosswordnexus/html5-crossword-solver)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants