-
Notifications
You must be signed in to change notification settings - Fork 58
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
Shift
keyboard button isn't working
#835
Comments
Seems like after reloading VS Code it started to work again, not sure what the issue was. EDIT: Happened again, I did get some errors while working and debugger was paused, maybe it is the cause? Needs more investigation... |
I figured out that |
In my case neither VSCode restart or |
Hi, thanks for the feedback. We're investing in the problem, but it is a bit tricky as it's related to communication with the iOS simulator, which is not documented. You can paste something from the clipboard using long press and paste, but it's not always reliable. |
In my case for an iPhone 15 Pro simulator - the shift key simply started recognized all of a sudden. The If needed I can provide any requested data/config for debugging |
@ovidiu-deliu Yeah, it stops working randomly, probably, it depends on changing input preferences during the keyboard transition on the simulator.
Thanks, events are sent to the simserver properly, so for now, It's not necessary. I can reproduce the problem reliably, but I haven't found a proper solution yet. We're working on it.
This won't work. When you're copying |
To add more feedback to the issue - It seems that Caps Lock could fix the issue, but it is behaving interestingly. In my case (as you mentioned @maciekstosio) the keyboard randomly transitions between two states:
The CapsLock behavior goes as following: Also - I can somehow transition between the "with-shift" and "without-shift" states also seemingly randomly |
@ovidiu-deliu Caps Lock behaves weirdly because, in contrary to other buttons, clicking Caps-Lock (down and up) sends just one event. So despite it beeing pressed and released, keyboard treats it as it is hold for the entrie time, and thus can go out of sync when pressing with different focus. That supposed to be fiexed in #986, but unfortunetly it's separate problem. |
Currently dealing with the shift key not working in the iOS sim. IDE Version: 1.3.1 The shift key works just fine in Android although the numpad does not (may be a separate issue). On iOS the numpad works great, but the shift key is not working. It's making it incredibly frustrating to test out auth flows that require emails as I can't type shift+2 to get the @ symbol on iOS. |
Description
If I type into input fields using
Shift
it isn't working, instead ofU
it returnsu
, same goes for symbols like!
, etc. I have to use keyboard from the simulator.Environment
The text was updated successfully, but these errors were encountered: