diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-25 05:27:56 -0800 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-25 05:27:56 -0800 |
commit | f9fefa545da0fd27259c2d44354d026d100c9c2c (patch) | |
tree | 1613b64d74d398825133b89f67c34fef9607f1fc /fourcorners.html | |
parent | a643a6689e19aa876e49f90a36800c2e2c75fe1a (diff) |
Edited some stuf
Diffstat (limited to 'fourcorners.html')
-rw-r--r-- | fourcorners.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/fourcorners.html b/fourcorners.html new file mode 100644 index 0000000..03da45c --- /dev/null +++ b/fourcorners.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<head> +<title>Four Corners Input Method for ibus-table</title> +<meta charset="utf-8"/> +<link rel="stylesheet" href="https://hairydiode.xyz/style.css"/> +<link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/> +</head> +<body> +<div class="content"> +<pre> +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四 +-->-------------------------------------------------------------------------------- + +<a href="https://hairydiode.xyz">>HairyDiode</a> + +-------------------------------------------------------------------------------- +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->Four Corners Input Method for ibus-table 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> +</pre> +</div> +<br> +<br> +</body> +<!-- +if you're digging in the src you might be interested in how this site works +here: https://hairydiode.xyz/meta2 +--> |