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

Windows IME: if Ctrl + Space (Collapse All) key combination bound in Microsoft Pinyin IME, it stops working in Dive #512

Open
WesleyBlancoYuan opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@WesleyBlancoYuan
Copy link

What happened:
Ctrl + Space is bound to switch between CN and EN in my Windows 11 for Microsoft Pinyin IME. When I press it in dive 0.12.0, it does not collapse all dirs, but instead, I see IME changing status.

What you expected to happen:
I expect at least Dive reacts to my keypress; if IME wants to switch, I can only bear with it. I expect Dive to receive the key pressed events.

How to reproduce it (as minimally and precisely as possible):
Bind Ctrl + Space to switch between CN and EN in Microsoft Pinyin. Press it in Dive terminal window. You will see IME status changes between "中"(Chinese) and "英"(English), but dirs in Dive in terminal do not collapse.

Anything else we need to know?:
Need to install Chinese (Simplified) language pack first if you want to install the IME.
If I bind the function to Shift key in MS Pinyin, I can collapse the dirs with Ctrl + Space in Dive. Apparently the key press event is captured first and consumed by OS, never entered Dive.

Environment:

  • OS version: Windows 11(Microsoft Windows [Version 10.0.22631.3155]) + WSL 2 + Ubuntu 22.04
@WesleyBlancoYuan WesleyBlancoYuan added the bug Something isn't working label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant