-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
When using Simple Window Switcher, an ENG input method will appear in the taskbar #1347
Comments
Does it happen repeatedly? Windows has this habit, under certain conditions, to add the default keyboard layout from the default user profile, which is usually "English (US)", unless you changed it, to your language list. Indeed, it cannot be removed from Windows Settings, since it doesn't show up in the list of installed keyboard. To remove it, add it to the list from in there, then remove it. So, if you do this, and fix it, having only your keyboard, then restart File Explorer, use the computer for a while, and eventually log out and back in or restart, does it reappear again? Do you connect via Remote Desktop by any chance? One of the conditions under which Windows employs the behavior I described in the first paragraph is when you remote into your machine. The behavior is described here: https://learn.microsoft.com/en-us/troubleshoot/windows-server/application-management/regional-and-language-options-settings To disable this behavior, merge the following in the registry:
Simple Window Switcher indeed subscribes to keyboard change notifications, in order to be able to correctly map the The issue is described here: #283 |
This problem will definitely occur whenever you use Simple Window Switcher, restart your computer or log out and back in again. I've tried adding "English (US)" and removing it, but it doesn't work. |
The problem happens to me several times daily, even during seemingly normal sessions. I didn't restart, log out, or connect RDP to it. I don't have an English language pack installed on this system, but there is an English keyboard layout. edit: OS: Windows 11 Pro, 23H2, 22631.3880, Korean |
Could you please confirm if this issue has been resolved? I've tried uninstalling and reinstalling several times, but whenever I install ExplorerPatcher, an additional "eng keyboard" appears and cannot be removed. I've exhausted all methods to delete it, and this has been quite troublesome for my regular use. |
It would help for anyone this happens to, to include if it's windows 10 or 11 and if it's a non-english version of windows or not. If it's a non-english version of windows, what language was your windows that you installed? |
language is chinese |
Some keyboards have a different virtual code other than OEM_3 for a key over the tab key, but some others have the same VK_OEM_3 for the key. Or LowLevelKeyboardHook might be used to get a scan code It seems that PowerToys is migrating to that from RegisterHotKeys |
When using Simple Window Switcher, an ENG input method will appear in the taskbar, and this input method cannot be deleted. Note that this problem will only occur if you log out of Windows and log in again.
The text was updated successfully, but these errors were encountered: