diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | fc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |