From 42bc7e08a272683323128db4ff9f9d6e16efd6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 5 Nov 2025 03:19:45 -0700 Subject: [PATCH] feat: Adjust table config to align closer w/ Emacs --- tables/sydmath/sydmath.conf.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tables/sydmath/sydmath.conf.in b/tables/sydmath/sydmath.conf.in index 7babb00..16e8d99 100644 --- a/tables/sydmath/sydmath.conf.in +++ b/tables/sydmath/sydmath.conf.in @@ -10,9 +10,9 @@ File=table/sydmath.main.dict OrderPolicy=No AutoSelect=True AutoSelectLength=-1 -NoMatchAutoSelectLength=0 +NoMatchAutoSelectLength=2 Learning=False -ExactMatch=False +ExactMatch=True UseAlternativePageKey=True FirstCandidateAsPreedit=True CommitInvalidSegment=True @@ -35,3 +35,6 @@ Hint=True 7=F8 8=F9 9=F10 + +[Table/DefaultCandidate] +0=enter \ No newline at end of file