-
Notifications
You must be signed in to change notification settings - Fork 87
SDL2: Can not switch IME to English state by pressing shift key #222
Comments
|
probably need to use this: https://wiki.libsdl.org/SDL2/SDL_SetTextInputRect |
And It seems to intercept the shift key and cannot be passed to the IME. |
This should be fixed by #285.
This one is "fun". I am not sure about your specific setup, but pressing the Shift key to switch the language does work for me (IBus + Intelligent Pinyin on Arch). That said, one issue I do have that is possibly related is that my normal setup is to use Control+comma to switch between Chinese and English (*), in which case SDL (using a simple testing code) does emit the (*) Note for others: Some input methods include the feature of switching between Chinese/English text input; this is different from (and not related to) the IME's feature of switching between input methods/keyboard layouts. |
No description provided.
The text was updated successfully, but these errors were encountered: