I would like to ask if the small icon next to the cursor is missing when the Mac native input method is switched, how can it be fixed without restarting

by Poster Apr 9, 2025 14
When the Mac input method is switched, there will be a prompt for switching the input method near the cursor, which is a small icon of the current input language. For example, the English keyboard displays A. Pinyin keyboard displays Pinyin. But sometimes it doesn't shut down or restart for a long time, and this icon disappears when switching input methods. I don't want to restart my computer every time because of this problem. I have tried to kill related processes with the word input. These processes usually restart after being killed again, but it is useless. I wonder if anyone has encountered a similar situation and any coup?

Replies

  • Anonymous9688 Apr 9, 2025
    In my personal experience, this problem exists in the input boxes of some apps/web pages, and the input method cannot be switched (case cannot be switched), so I copy and paste the text into the input box that cannot be entered after entering the text in other input boxes.
  • Anonymous11830 Apr 9, 2025
    Haven't encountered it. Try long pressing the input method shortcut key?
  • Anonymous11834 Apr 9, 2025
    Process name CursorUIViewService
  • Anonymous6154 Apr 9, 2025
    Try removing it from the keyboard settings and adding the Chinese input method again
  • Anonymous4757 Apr 9, 2025
    This thing keeps leaking memory, I only recommend shutting it down completely # Turn off CursorUIViewService to prevent stuck and restart sudo mkdir-p/Library/Preferences/FeatureFlags/Domain & & sudo/usr/libexec/PlistBuddy-c "Add'redesigned _ text _ cursor: Enabled'bool false"/Library/Preferences/FeatureFlags/Domain/UIKit.plist & & sudo shutdown-r now
  • Anonymous2053 Apr 10, 2025
    The built-in CursorUIViewService system will conflict with input source pro, and then the CursorUIViewService process will not respond
  • Poster Apr 10, 2025
    @ Anonymous9688 Can't control + Space be switched when you can't switch input methods? I've never encountered your experience before
  • Poster Apr 10, 2025
    @ Anonymous11830 seems useless, but the process name on the 3rd floor is correct, just kill it
  • Poster Apr 10, 2025
    @ Anonymous6154 I tried this and it didn't work either, but thanks
  • Poster Apr 10, 2025
    @ Anonymous4757 Really? mark it first and I'll observe it. If this is the case, I'll close it as well. Thank you
  • Poster Apr 10, 2025
    @ Anonymous2053 How do you know that I am also using input source pro (🐶), I didn't pay much attention to their conflict, I will pay attention to it in the future, thank you
  • Anonymous9688 Apr 10, 2025
    @ Poster # 7 I just used macOS for a while, and this control + space you mentioned is the first time I know. I just had an interview in my commonly used Qianniu app login industry. Because the user name part can contain Chinese, it can be switched between Chinese and English cases normally. The password part clearly has uppercase but there is no response when pressing capslock. According to the control + space you gave After pressing a few times, the "A" sign will appear, and you can switch the case. Many websites/apps have the latter experience, which is stupid.
  • Anonymous1817 Apr 10, 2025
    This function can cause memory leaks in some cases, so it is recommended to turn it off
  • Poster Apr 11, 2025
    @ Anonymous4757 Brother, if this memory leak problem is fixed in the future and I want to re-enable this function, how should I change this command