-
Notifications
You must be signed in to change notification settings - Fork 723
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
Extension AltKeysPopup keys conflict #654
Comments
Hi @progtarek! I'm not sure what you mean by it duplicating the special characters. I set up this demo and I do not see two characters inserted when I select an alt key; nor do I see duplicate symbols within the popup. If you take a look at the alt-key extension source, you'll see that all of the alt key definitions are stored in |
Hi @Mottie, thanks for reply
that enter key will be fired for all the keyboards |
Good idea! 😸
Action keys use a global definition in |
I've updated the altKey extension in v1.28.0. |
hi @Mottie, |
Hello, I ran into this problem and updating to 1.28.0 fixed it for me as well. Thanks @Mottie! One side note: when I use the keyboard to add text now it counts each keystroke as a long press and activates the popup. Is there someway to fix this as well? I attached a gif of me typing vowels and showing it in action. It's not a huge deal, but it will definitely slow us down in development when we're testing input values. |
Hi @dlinch! The altKeyPopup includes a |
@Mottie Yeah, but I'm saying that a quick press from the keyboard triggers it. I set |
I'm not able to duplicate the problem. Are you using the most recent versions? And which browser/OS are you seeing this problem? Are you seeing the problem in other browsers? |
I upgraded to 1.28 today because of this thread. On Chrome 65 on OSX 10.13.3. Just to eliminate any potential for miscommunication I want to be explicit when I say that a physical key press from my laptops keyboard is what is triggering the long press event to fire on the virtual keyboard. If you want to move this to a separate issue I can do that as well, just let me know. |
Hmm, can you duplicate the issue in this demo? |
Hmmm... I can't. I guess that's good, we might be able to hunt down what we're setting in our config that might trigger that event. Thanks! |
I'm guessing this issue has been resolved, so I'm going to close it. If you continue to have problems, please feel free to continue the discussion in this thread. |
I am using altkeyspopup extension for adding special and extra characters, but it seems that when I choose one of the characters from popup keyboard, I noticed that the input has two values the special character that I choose and another one from the layout that I made, so instead of choosing one character from the popup keyboard it picks two characters one from the popup keyboard and the other that was beneath the one was in the popup keyboard, here is my configuration:
The text was updated successfully, but these errors were encountered: