From e223d18152cd676d1e6e5b6618e87d17342cd18b 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: Thu, 23 Nov 2023 05:02:56 -0800 Subject: Fixed length issue --- Makefile | 2 +- fc.txt | 9 +++++---- 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 -- cgit v1.1