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

Erratic behavior for 1-key keyboard #2

Open
burchill opened this issue Jan 30, 2017 · 1 comment
Open

Erratic behavior for 1-key keyboard #2

burchill opened this issue Jan 30, 2017 · 1 comment

Comments

@burchill
Copy link

I'm interested in making a sandwich case for a keyboard with a single key. Although it seems it can handle a 2-key board fine, it doesn't work for a 1-key board.

The one key input:

[""]

with the following configuration:

image

results in the following weirdness:
image.

But when there are even just two keys, i.e. ["",""], with the same configuration, it results in the perfectly well-formed:

image

I'm sympathetic to whoever programmed this--this is one of the few situations where somebody (me) actually wants an edge case!

@swill
Copy link
Owner

swill commented Jan 31, 2017

Yes, this is a known issue. I looked into it briefly in the past but I couldn't figure out why it was behaving this way. I can look at it again to see if I can figure out what is going on, but if I can't find the issue in an hour or two I will probably leave it as is since it is such a small edge case.

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

2 participants