summaryrefslogtreecommitdiff
path: root/fourcorners.html
blob: 23cebdf28c00b2d7001b24fd412f7d0fdb4f5ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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 
-->