From fcce6a9fe0a0e86d8d06e7aab072ecc17e4cbee4 Mon Sep 17 00:00:00 2001 From: psoukie Date: Wed, 28 Dec 2022 11:07:14 -0800 Subject: [PATCH] fixed cosmetic typo --- source/zipchord.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/zipchord.ahk b/source/zipchord.ahk index 60e9164..265f317 100644 --- a/source/zipchord.ahk +++ b/source/zipchord.ahk @@ -46,7 +46,7 @@ global CHORD_RESTRICT := 4 ; Disallow chords (except for suffixes) if the c Class settingsClass { chords_enabled := 1 ; maps to UI_chords_enabled for whether the chord recognition is enabled locale := "English US" -capitalization := CAP_CHORDS + capitalization := CAP_CHORDS spacing := SPACE_BEFORE_CHORD | SPACE_AFTER_CHORD | SPACE_PUNCTUATION ; smart spacing options chording := 0 ; Chord recognition options chord_file := "" ; file name for the chord dictionary