From a18717e52ddea92540311583d2cbffbc207deea8 Mon Sep 17 00:00:00 2001 From: psoukie Date: Wed, 28 Dec 2022 10:49:24 -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 6b3acb7..161677f 100644 --- a/source/zipchord.ahk +++ b/source/zipchord.ahk @@ -48,7 +48,7 @@ Class settingsClass { chords_enabled := 1 ; maps to UI_chords_enabled for whether the chord recognition is enabled shorthands_enabled := 1 ; maps to UI_shorthands_enabled for shorthand recognition locale := "English US" -capitalization := CAP_CHORDS + capitalization := CAP_CHORDS spacing := SPACE_BEFORE_CHORD | SPACE_AFTER_CHORD | SPACE_PUNCTUATION ; smart spacing options chording := CHORD_RESTRICT ; Chord recognition options chord_file := "chords-en-starting.txt" ; file name for the chord dictionary