Results 20 comments of 雲水

[TSF](https://docs.microsoft.com/en-us/windows/win32/api/_tsf/) includes : - ctffunc.h - ctfspui.h - ctfutb.h - inputscope.h - msaatext.h - msctf.h - msctfmonitorapi.h - textstor.h

same issue, and some XWayland applications(Microsoft Edge, VSCode and IntelliJ IDEA) have smaller cursor size. I installed [hyprland-hidpi-xprop-git](https://aur.archlinux.org/packages/hyprland-hidpi-xprop-git), and then set monitor scale as 2. `GDK_SCALE` is useless to fix...

I found default `XCURSOR_SiZE` is 32. After unset the variable, The cursor size of the Xwayland apps is back to normal. Is there a way to automatically unset the variable...

I see. I set `Xft.dpi=192`. After I remove it, I got a normal cursor size. However, I need `Xft.dpi`, because fcitx5 depends on it in XWayland applications. A tiny cursor...

create a  .Xresource with `Xft.dpi: 192` in home path, and then execute xrdb -merge ~/.Xresources. maybe you need remove gdk_scala variable. btw qt application has a larger cursor than gtk. before...

currently, QT wayland application doesnot get wayland cursor size but reads xcursor_size variable. it needs to unset the variable. i have add it to launcher command. Gtk application export XCURSOR_SIZE=48...

gfo 垣 gfor 殼

~sg 各 sgy 詳 sgyo 讀~ ~sgg 詿~

> > 能反映大陸用字的繁體字頻表很難找到 > > 之前也碰到過這個問題,可以找到一個比較完整的字頻表 https://faculty.blcu.edu.cn/xinghb/zh_CN/article/167473/content/1437.htm ,但是主要是簡化字的…… _(:з」∠)_ > > 我目前用的辦法是,把簡繁字對兒放在一起算字頻,例如:F({東,东}) = F(東) + F(东)。最後這兩個字給予相同的權重 W(東) = W(东) = F({東, 东}) 即可。[我的代碼](https://github.com/ksqsf/rime-moran/blob/3d5b0a17c1b7de3088faf6a66405ef538310020d/tools/char_freq.py)。精細一點調整的話,還需要讓繁體字權重略大一點,不過我目前還沒有實現。 > > 只在音碼上測試過這個方法(結果是沒有讀音加權有效),形碼上的效果不是很清楚,僅供參考。 _(:з」∠)_ 感謝關注。 這個分兩個問題。 第一個是應收哪些異體字。舉個例子,「爲」與「為」是一組常見異體字(異寫字),一般的使用者都會希望二者兼收。但「𠄔」作爲「幻」之隸定字,通常恐怕很難用到他。...