Mike FABIAN

Results 264 comments of Mike FABIAN

I also use the flashcard program anki, which uses Qt5. There the preedit styles do not work either. Same in Libreoffice, as you noticed. So these bugs should be reported...

I made new issues for these three things to organize the work better: > 1. Setting up a option (switch) to always show single character as preferred candidates before phrases....

Interesting. Can you explain this in a bit more detail? I assume you want an option not to use the number keys 1-9 to select candidates but use numbers for...

I checked again and ibus-table does already support using select keys different from 1-9. See for example: https://github.com/mike-fabian/ibus-table-others/blob/master/tables/latex.txt#L89 :+1: SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9 This latex.txt table also uses number keys like...

You write: In the code table I designed, all Chinese text can be inputed no more than 6 codes. I am still confused which file in your git repository is...

So now I am wondering what the different columns mean. In the first 3 files above, the input codes 12, 1212, 121212, seem to be in the 6th column. In...

Your input method seems very similar to https://en.wikipedia.org/wiki/Stroke_count_method This input method is actually already supported by ibus-table, it is in the stroke5.txt table. Here: https://github.com/definite/ibus-table-chinese/blob/master/tables/stroke5/stroke5.txt

You use the numbers 1, 2, 3, 4, 5 for the different types of strokes, stroke5.txt uses nm,./ instead. Otherwise it seems very similar, maybe event the same. https://github.com/definite/ibus-table-chinese/blob/master/tables/stroke5/stroke5.txt contains:...

The 3rd line in a table used by ibus-table is a priority, so for the characters which have the same input code, the 3rd table determines in which order the...

How about this: SELECT_KEYS = KP_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Page_Up These are the key symbols my digital keypad produces when Numlock is off. When Numlock is in, it produces KP_1,KP_2,KP_3,KP_4,KP_5,KP_5,KP_6,KP_7,KP_8,KP_9 instead. So you could...