You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an IME (I use Microsoft Bopomofo for Traditional Chinese IME), space key does not trigger Enhanced Symbol Prettifier.
There are two modes in the IME: Chinese input mode and English input mode, which can be toggled with Shift key by default. When typing in English mode, shortcuts are recognized normally. However, when typing in Chinese mode, no shortcut is recognized. While Chinese mode is for writing Chinese characters, this mode still allows common symbols (the ones found on a keyboard), English alphabets, and spaces to be written as well. Therefore, the issue is that a shortcut is not triggered by space bar when IME is in Chinese mode, despite the space bar still does the same thing as in English mode or not in an IME.
Disabling/enabling flexible word boundaries does not affect this issue.
To reproduce
Steps to reproduce the behavior:
Open any document.
Type any shortcut.
Switch to Chinese mode in Microsoft Bopomofo IME.
Hit space bar for recognition.
No joy.
Is the console showing an error ? If yes, what error ?
(Ctrl + Shift + I to open the console)
No error is shown other than "Measure loop restarted more than 5 times" from app.js:1.
My setup
OS: Windows 11 Version 22H2 (OS build 22621)
Obsidian Version: v1.7.5
Plugin Version: 1.4.1
Additional context
Add any other context about the problem here if relevant (other plugins ?)
This does not seem like a plugin conflict issue. Will keep you updated if I found some relevance!
Edit: clarification of the issue upon further testing.
The text was updated successfully, but these errors were encountered:
Bug description
When using an IME (I use Microsoft Bopomofo for Traditional Chinese IME), space key does not trigger Enhanced Symbol Prettifier.
There are two modes in the IME: Chinese input mode and English input mode, which can be toggled with Shift key by default. When typing in English mode, shortcuts are recognized normally. However, when typing in Chinese mode, no shortcut is recognized. While Chinese mode is for writing Chinese characters, this mode still allows common symbols (the ones found on a keyboard), English alphabets, and spaces to be written as well. Therefore, the issue is that a shortcut is not triggered by space bar when IME is in Chinese mode, despite the space bar still does the same thing as in English mode or not in an IME.
Disabling/enabling flexible word boundaries does not affect this issue.
To reproduce
Steps to reproduce the behavior:
Is the console showing an error ? If yes, what error ?
(Ctrl + Shift + I to open the console)
No error is shown other than "Measure loop restarted more than 5 times" from app.js:1.
My setup
Additional context
Add any other context about the problem here if relevant (other plugins ?)
This does not seem like a plugin conflict issue. Will keep you updated if I found some relevance!
Edit: clarification of the issue upon further testing.
The text was updated successfully, but these errors were encountered: