From a643a6689e19aa876e49f90a36800c2e2c75fe1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sat, 25 Nov 2023 05:23:35 -0800 Subject: four corners --- cont/fourcorners.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cont/fourcorners.html diff --git a/cont/fourcorners.html b/cont/fourcorners.html new file mode 100644 index 0000000..631344d --- /dev/null +++ b/cont/fourcorners.html @@ -0,0 +1,19 @@ +[TITLE] [DATE] +-------------------------------------------------------------------------------- +[SETTITLE]Four Corners Input Method for ibus-table +[SETDATE]11-25-2023 + +I noticed that ibus-table lacked a four corners input method online so I made +one myself based off UniHan database data. One issue is that ibus does not +distinguish between numpad and regular keyboard keys, otherwise this input +method would allow for typing both Chinese and English without having to even +switch IMEs. Also UniHan's data is incomplete, so I'll probably have to use data +from the Variant Character Dictionary or something. + +我發現 ibus-table 沒有四角輸入法,因此我編了一方。數據來自統一碼漢字數據庫。可惜 +ibus 無法分別小鍵盤上的鍵, 要不該輸入法可英漢同時輸入。其外統一碼的數據不全,所 +以以后我該用『異體字字典』之類的數據。 + +源碼/Code -- cgit v1.1