From 9e96ed4aeb6a1d179a8966b3e2ad753725f5ee24 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 04:18:12 -0800 Subject: made sure the max length is correct --- Makefile | 2 +- fc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0040ea9..2ff3ddb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ main: fc.txt ibus-table-createdb -n fc.db -s fc.txt install: - cp fc.db /usr/share/ibus-table/tables/fc + cp fc.db /usr/share/ibus-table/tables/fc.db cp fc.png /usr/share/ibus-table/icons/fc.png uninstall: rm /usr/share/ibus-table/tables/fc.db diff --git a/fc.txt b/fc.txt index ef0835b..8f1bcea 100644 --- a/fc.txt +++ b/fc.txt @@ -61,7 +61,7 @@ VALID_INPUT_CHARS = 1234567890 LAYOUT = us ### The max number of input keys for every phrase or character. -MAX_KEY_LENGTH = 4 +MAX_KEY_LENGTH = 5 ### Use auto_commit mode as default AUTO_COMMIT = FALSE -- cgit v1.1