summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-23 05:02:56 -0800
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-23 05:02:56 -0800
commite223d18152cd676d1e6e5b6618e87d17342cd18b (patch)
tree6242899d26d0b2e77bae860698b3fa4de8880f53
parent6886f0ed9e75f5d20eac7914ee2a978363c35d92 (diff)
Fixed length issue
-rw-r--r--Makefile2
-rw-r--r--fc.txt9
2 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2ff3ddb..341b17a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
main: fc.txt
ibus-table-createdb -n fc.db -s fc.txt
-install:
+install: fc.db fc.png
cp fc.db /usr/share/ibus-table/tables/fc.db
cp fc.png /usr/share/ibus-table/icons/fc.png
uninstall:
diff --git a/fc.txt b/fc.txt
index 60c4465..634fe24 100644
--- a/fc.txt
+++ b/fc.txt
@@ -21,7 +21,7 @@ UUID = 54160765-29bb-4780-adbe-adacac09abd9
### For example the last modified date of this file.
### This number must be less than 2^32.
### Just make your table version-able
-SERIAL_NUMBER = 202311231
+SERIAL_NUMBER = 202311236
### ICON can be any format as long as your pygtk can recognized
### the most widely ones are "png" and "svg", letter one is recommended
@@ -61,8 +61,8 @@ VALID_INPUT_CHARS = 1234567890
LAYOUT = us
### The max number of input keys for every phrase or character.
-MAX_KEY_LENGTH = 5
-
+MAX_KEY_LENGTH = 6
+MULTI_WILDCARD_CHAR = `
### Use auto_commit mode as default
AUTO_COMMIT = FALSE
@@ -102,7 +102,7 @@ DYNAMIC_ADJUST = TRUE
### becuase [2,2] ∩ [3,3] ∩ [4,+∞] = [2,+∞], which is the range of length
### of phrase. This have to be satisfied if you need ibus-table to build up
### your own inputed phrase via your daily using.
-RULES = ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41
+### RULES = ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41
### The key strokes to page up the lookup table.
### PAGE_UP_KEYS = Page_Up,KP_Page_Up,minus,comma
@@ -17195,4 +17195,5 @@ BEGIN_TABLE
28720 𬹼 100
24721 𬺈 100
24781 𬺓 100
+1234 丼 100
END_TABLE