summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 05:23:35 -0800
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 05:23:35 -0800
commita643a6689e19aa876e49f90a36800c2e2c75fe1a (patch)
tree009ad11f14fc500b05a60a0164e3ead18864605e
parent6cff89fc6fa8866ff6962b1fe280773351be8010 (diff)
four corners
-rw-r--r--cont/fourcorners.html19
1 files changed, 19 insertions, 0 deletions
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 @@
+<!--
+123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
+一二三四-->[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 無法分別小鍵盤上的鍵, 要不該輸入法可英漢同時輸入。其外統一碼的數據不全,所
+以以后我該用『異體字字典』之類的數據。
+
+<a href="https://hairydiode.xyz/cgit/ibus-table-fourcorners.git">源碼/Code</a>