-
Notifications
You must be signed in to change notification settings - Fork 6
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
Need a candidate column like pinyin to follow the position #114
Comments
The input method has no control over that, ibus tries to put the candidate window close to the cursor position. Sometimes this fails because of bugs in ibus and/or the program typed into or the desktop. And sometimes, if the candidate window is bigger than a certain size, it might be moved a bit to fit to the screen better. It could be that your pinyin candidate window is more to the left just because it is wider. But neither ibus-libpinyin nor ibus-table have any control over the position of this candidate window. I attach a video here where I type into gedit on a Gnome Xorg session using various ibus input methods
In all cases, the candidate window follows the cursor position. Peek.2022-07-03.21-47.mp4 |
This is what I recorded with ibus-libpinying gedit under Gnome Xorg, he did fix it at the beginning |
ibus/ibus#2180 (comment) |
Peng Wu (epico) writes there:
ibus-libpinyin does this only when the display style Peek.2022-07-04.11-23.mp4 |
For the display style Maybe ibus-table could add such an option. It will be quite difficult though because of the So with a The I could implement a similar |
I find it helpful. The candidate column is more messy when running around |
下图是ibus-libpinyin输入法的候选栏位置,他的锚点对齐左起第一条竖线.好处是在按下空格提交前,候选栏位置固定.
The picture below shows the position of the candidate column of the ibus-libpinyin input method. Its anchor point is aligned with the first vertical line from the left. The advantage is that the position of the candidate column is fixed before pressing the space to submit.
下图是ibus-table输入法的候选栏位置,他的锚点对齐左起第二条竖线.这样不好的一点是每键入一个字符都会移动候选栏的位置,容易眼花.
The following picture is the position of the candidate column of the ibus-table input method, and its anchor point is aligned with the second vertical line from the left. The bad point is that every time you type a character, the position of the candidate column will be moved, which is easy to dazzle.
Because my English is very poor, I use goole translation. I am very sorry if the expression is unclear
The text was updated successfully, but these errors were encountered: